Searched refs:NPF_DEV_PATH (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/usr.sbin/npf/npfd/
H A Dnpfd.h37 #define NPF_DEV_PATH "/dev/npf" macro
H A Dnpfd.c59 fd = open(NPF_DEV_PATH, O_RDONLY);
61 err(EXIT_FAILURE, "cannot open '%s'", NPF_DEV_PATH);
/netbsd-current/dist/pf/usr.sbin/ftp-proxy/
H A Dnpf.c82 #define NPF_DEV_PATH "/dev/npf" macro
186 npf_fd = open(NPF_DEV_PATH, O_RDONLY);
188 err(EXIT_FAILURE, "cannot open '%s'", NPF_DEV_PATH);
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpfctl.c418 fd = npfctl_open_dev(NPF_DEV_PATH);
421 NPF_DEV_PATH);
459 fd = npfctl_open_dev(NPF_DEV_PATH);
H A Dnpfctl.h47 #define NPF_DEV_PATH "/dev/npf" macro

Completed in 145 milliseconds