Home
last modified time | relevance | path

Searched refs:it_val (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c115 int it_val; member
385 if ((type < 0) || (type > table[tablesz - 2].it_val))
389 if (table[type].it_val == type)
392 for (i = 0, it = table; it->it_val != -2; i++, it++)
393 if (it->it_val == type)