Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipmon/
H A Dipmon.c300 find_icmpsubtype(int type, icmp_subtype_t *table, size_t tablesz) in find_icmpsubtype() argument
304 if (tablesz < 2) in find_icmpsubtype()
307 if ((type < 0) || (type > table[tablesz - 2].ist_val)) in find_icmpsubtype()
321 find_icmptype(int type, icmp_type_t *table, size_t tablesz) in find_icmptype() argument
325 if (tablesz < 2) in find_icmptype()
328 if ((type < 0) || (type > table[tablesz - 2].it_val)) in find_icmptype()