Home
last modified time | relevance | path

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

/netbsd/dist/pf/sbin/pfctl/
H A Dparse.y322 u_int16_t parseicmpspec(char *, sa_family_t);
2210 if (!($$.w = parseicmpspec($3, AF_INET))) {
2220 if (!($$.w2 = parseicmpspec($3, AF_INET6))) {
2228 if (!($$.w = parseicmpspec($3, AF_INET)) ||
2229 !($$.w2 = parseicmpspec($5, AF_INET6))) {
5484 parseicmpspec(char *w, sa_family_t af) in parseicmpspec() function