Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_parser.h346 const struct icmpcodeent *geticmpcodebyname(u_long, char *, sa_family_t);
H A Dparse.y4123 if ((p = geticmpcodebyname($1-1, $3, AF_INET)) == NULL) {
4168 if ((p = geticmpcodebyname($1-1, $3, AF_INET6)) == NULL) {
7233 if ((p = geticmpcodebyname(icmptype, w, af)) == NULL) { in parseicmpspec()
H A Dpfctl_parser.c291 geticmpcodebyname(u_long type, char *w, sa_family_t af) in geticmpcodebyname() function