Searched refs:tablesz (Results 1 – 1 of 1) sorted by relevance
349 static icmp_subtype_t *find_icmpsubtype(type, table, tablesz) in find_icmpsubtype() argument352 size_t tablesz;357 if (tablesz < 2)360 if ((type < 0) || (type > table[tablesz - 2].ist_val))374 static icmp_type_t *find_icmptype(type, table, tablesz) in find_icmptype() argument377 size_t tablesz;382 if (tablesz < 2)385 if ((type < 0) || (type > table[tablesz - 2].it_val))