Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_parse.y897 npfctl_note_interface($1);
939 npfctl_note_interface($$);
968 npfctl_note_interface(ifna->ifna_name);
H A Dnpfctl.h125 void npfctl_note_interface(const char *);
H A Dnpf_data.c61 npfctl_note_interface(const char *ifname) in npfctl_note_interface() function