Searched refs:tablesz (Results 1 – 1 of 1) sorted by relevance
300 find_icmpsubtype(int type, icmp_subtype_t *table, size_t tablesz) in find_icmpsubtype() argument304 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() argument325 if (tablesz < 2) in find_icmptype()328 if ((type < 0) || (type > table[tablesz - 2].it_val)) in find_icmptype()