Searched refs:geticmpcodebyname (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 350 const struct icmpcodeent *geticmpcodebyname(u_long, char *, sa_family_t);
|
H A D | parse.y | 4113 if ((p = geticmpcodebyname($1-1, $3, AF_INET)) == NULL) { 4158 if ((p = geticmpcodebyname($1-1, $3, AF_INET6)) == NULL) { 7439 if ((p = geticmpcodebyname(icmptype, w, af)) == NULL) { in parseicmpspec()
|
H A D | pfctl_parser.c | 302 geticmpcodebyname(u_long type, char *w, sa_family_t af) in geticmpcodebyname() function
|