Searched refs:geticmpcodebyname (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_parser.h | 346 const struct icmpcodeent *geticmpcodebyname(u_long, char *, sa_family_t);
|
H A D | parse.y | 4123 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 D | pfctl_parser.c | 291 geticmpcodebyname(u_long type, char *w, sa_family_t af) in geticmpcodebyname() function
|