Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/tools/
H A Dipmon.c349 static icmp_subtype_t *find_icmpsubtype(type, table, tablesz) in find_icmpsubtype() argument
352 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() argument
377 size_t tablesz;
382 if (tablesz < 2)
385 if ((type < 0) || (type > table[tablesz - 2].it_val))