Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_parser.h344 const struct icmptypeent *geticmptypebyname(char *, sa_family_t);
H A Dpfctl_parser.c251 geticmptypebyname(char *w, sa_family_t af) in geticmptypebyname() function
H A Dparse.y4203 if ((p = geticmptypebyname($1, AF_INET)) == NULL) {
4223 if ((p = geticmptypebyname($1, AF_INET6)) ==