Searched refs:tablesz (Results 1 – 1 of 1) sorted by relevance
345 static icmp_subtype_t *find_icmpsubtype(type, table, tablesz) in find_icmpsubtype() argument348 size_t tablesz;353 if (tablesz < 2)356 if ((type < 0) || (type > table[tablesz - 2].ist_val))370 static icmp_type_t *find_icmptype(type, table, tablesz) in find_icmptype() argument373 size_t tablesz;378 if (tablesz < 2)381 if ((type < 0) || (type > table[tablesz - 2].it_val))