HomeSort by: relevance | last modified time | path
    Searched refs:npfctl_conn_list (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/npf/npfctl/
npfctl.h 177 int npfctl_conn_list(int, int, char **);
npf_cmd.c 481 npfctl_conn_list(int fd, int argc, char **argv) function in typeref:typename:int
npfctl.c 65 NPFCTL_CONN_LIST,
528 case NPFCTL_CONN_LIST:
529 ret = npfctl_conn_list(fd, argc, argv);
530 fun = "npfctl_conn_list";
572 { "list", NPFCTL_CONN_LIST },

Completed in 13 milliseconds