Searched defs:find_icmpsubtype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c161 static icmp_subtype_t *find_icmpsubtype __P((int, icmp_subtype_t *, size_t));
345 static icmp_subtype_t *find_icmpsubtype(type, table, tablesz) function
598 ist = find_icmpsubtype(code, it->it_subtable, it->it_stsize);
629 ist = find_icmpsubtype(code, it->it_subtable, it->it_stsize);

Completed in 47 milliseconds