Home
last modified time | relevance | path

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

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