Searched defs:it_val (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c111 int it_val; member in struct:icmp_type
381 if ((type < 0) || (type > table[tablesz - 2].it_val))
385 if (table[type].it_val == type)
388 for (i = 0, it = table; it->it_val != -2; i++, it++)
389 if (it->it_val == type)

Completed in 48 milliseconds