Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
H A Dpfctl_parser.h294 const struct icmptypeent *geticmptypebynumber(u_int8_t, u_int8_t);
H A Dpfctl_parser.c207 geticmptypebynumber(u_int8_t type, sa_family_t af) in geticmptypebynumber() function
802 it = geticmptypebynumber(r->type-1, r->af); in print_rule()