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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c106 int ist_val; member in struct:icmp_subtype
356 if ((type < 0) || (type > table[tablesz - 2].ist_val))
360 if (table[type].ist_val == type)
363 for (i = 0, ist = table; ist->ist_val != -2; i++, ist++)
364 if (ist->ist_val == type)

Completed in 56 milliseconds