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