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/
Dnpf_parse.y868 $$ = 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,
Dnpfctl.h137 npfvar_t * npfctl_parse_icmp(int, int, int);
Dnpf_data.c616 npfctl_parse_icmp(int proto __unused, int type, int code) in npfctl_parse_icmp() function