Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/npf/npfctl/
Dnpfctl.h134 npfvar_t * npfctl_parse_ifnet(const char *, const int);
Dnpf_parse.y793 vp = npfctl_parse_ifnet(npfvar_expand_string(vp),
971 $$ = npfctl_parse_ifnet($3, $1);
Dnpf_data.c328 npfctl_parse_ifnet(const char *ifname, const int family) in npfctl_parse_ifnet() function