Home
last modified time | relevance | path

Searched refs:npf_config_retrieve (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpfctl.c419 if ((ncf = npf_config_retrieve(fd)) == NULL) { in npfctl_debug()
512 ncf = npf_config_retrieve(fd); in npfctl()
H A Dnpf_cmd.c268 if ((ncf = npf_config_retrieve(fd)) == NULL) { in npfctl_table_replace()
H A Dnpf_show.c696 ncf = npf_config_retrieve(fd); in npfctl_config_show()
/netbsd-src/lib/libnpf/
H A Dnpf.h81 nl_config_t * npf_config_retrieve(int);
H A Dnpf.c371 npf_config_retrieve(int fd) in npf_config_retrieve() function
1494 ncf = npf_config_retrieve(fd); in npf_conn_list()