Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/tools/
H A Dipmon.c345 static icmp_subtype_t *find_icmpsubtype(type, table, tablesz) in find_icmpsubtype() argument
348 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() argument
373 size_t tablesz;
378 if (tablesz < 2)
381 if ((type < 0) || (type > table[tablesz - 2].it_val))