Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_parse.y843 $$ = 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 Dnpfctl.h137 npfvar_t * npfctl_parse_icmp(int, int, int);
H A Dnpf_data.c616 npfctl_parse_icmp(int proto __unused, int type, int code) in npfctl_parse_icmp() function