Home
last modified time | relevance | path

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

/netbsd/lib/libnpf/
H A Dnpf.h145 int npf_conn_list(int, npf_conn_func_t, void *);
H A Dnpf.c1488 npf_conn_list(int fd, npf_conn_func_t func, void *arg) in npf_conn_list() function
/netbsd/usr.sbin/npf/npfctl/
H A Dnpf_cmd.c475 if (npf_conn_list(fd, npfctl_conn_print, f) != 0) { in npf_conn_list_v()