Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/pfctl/
H A Dpfctl_parser.h327 const struct icmpcodeent *geticmpcodebyname(u_long, char *, u_int8_t);
H A Dparse.y3577 if ((p = geticmpcodebyname($1-1, $3, AF_INET)) == NULL) {
3622 if ((p = geticmpcodebyname($1-1, $3, AF_INET6)) == NULL) {
6379 if ((p = geticmpcodebyname(icmptype, w, af)) == NULL) { in parseicmpspec()
H A Dpfctl_parser.c286 geticmpcodebyname(u_long type, char *w, sa_family_t af) in geticmpcodebyname() function