Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipmon/
H A Dipmon.c57 int ist_val; member
307 if ((type < 0) || (type > table[tablesz - 2].ist_val)) in find_icmpsubtype()
310 if (table[type].ist_val == type) in find_icmpsubtype()
313 for (ist = table; ist->ist_val != -2; ist++) in find_icmpsubtype()
314 if (ist->ist_val == type) in find_icmpsubtype()