Searched refs:npfctl_parse_icmp (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/usr.sbin/npf/npfctl/ |
| D | npf_parse.y | 868 $$ = npfctl_parse_icmp($<num>0, $2, -1); 872 $$ = npfctl_parse_icmp($<num>0, $2, $4); 876 $$ = npfctl_parse_icmp($<num>0, $2, 882 $$ = npfctl_parse_icmp($<num>0, $2,
|
| D | npfctl.h | 137 npfvar_t * npfctl_parse_icmp(int, int, int);
|
| D | npf_data.c | 616 npfctl_parse_icmp(int proto __unused, int type, int code) in npfctl_parse_icmp() function
|