Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpfctl.h133 npfvar_t * npfctl_ifnet_table(const char *);
H A Dnpf_parse.y311 | dynamic_ifaddrs { $$ = npfctl_ifnet_table($1); }
759 | dynamic_ifaddrs { $$ = npfctl_ifnet_table($1); }
H A Dnpf_build.c1063 npfctl_ifnet_table(const char *ifname) in npfctl_ifnet_table() function