Home
last modified time | relevance | path

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

/openbsd/sbin/pfctl/
H A Dpfctl_parser.h272 const struct icmptypeent *geticmptypebynumber(u_int8_t, u_int8_t);
H A Dpfctl_parser.c229 geticmptypebynumber(u_int8_t type, sa_family_t af) in geticmptypebynumber() function
873 it = geticmptypebynumber(r->type-1, r->af); in print_rule()