Home
last modified time | relevance | path

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

/openbsd/sbin/pfctl/
H A Dpfctl_parser.h275 const struct icmpcodeent *geticmpcodebyname(u_long, char *, u_int8_t);
H A Dparse.y3121 if ((p = geticmpcodebyname($1-1, $3, AF_INET)) == NULL) {
3166 if ((p = geticmpcodebyname($1-1, $3, AF_INET6)) == NULL) {
5664 if ((p = geticmpcodebyname(icmptype, w, af)) == NULL) { in parseicmpspec()
H A Dpfctl_parser.c288 geticmpcodebyname(u_long type, char *w, sa_family_t af) in geticmpcodebyname() function
/openbsd/usr.sbin/bgpd/
H A Dparse.y189 static int geticmpcodebyname(u_long, char *, uint8_t);
1378 if ((code = geticmpcodebyname($1, $3, curflow->aid)) ==
5996 geticmpcodebyname(u_long type, char *w, uint8_t aid) in geticmpcodebyname() function