Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/pfctl/
Dpfctl_parser.h294 const struct icmpcodeent *geticmpcodebyname(u_long, char *, u_int8_t);
Dparse.y3392 if ((p = geticmpcodebyname($1-1, $3, AF_INET)) == NULL) {
3437 if ((p = geticmpcodebyname($1-1, $3, AF_INET6)) == NULL) {
6112 if ((p = geticmpcodebyname(icmptype, w, af)) == NULL) { in parseicmpspec()
Dpfctl_parser.c276 geticmpcodebyname(u_long type, char *w, sa_family_t af) in geticmpcodebyname() function