Home
last modified time | relevance | path

Searched refs:IPNAT_NAME (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/libexec/identd/
H A Dipf.c71 if ((dev = open(IPNAT_NAME, O_RDONLY)) == -1) { in ipf_natlookup()
72 maybe_syslog(LOG_ERR, "Cannot open %s: %m", IPNAT_NAME); in ipf_natlookup()
/netbsd-src/dist/pf/usr.sbin/ftp-proxy/
H A Dipf.c324 natfd = open(IPNAT_NAME, O_RDWR); in ipf_init_filter()
326 err(EXIT_FAILURE, "cannot open " IPNAT_NAME); in ipf_init_filter()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipfs.c317 devfd = opendevice(IPNAT_NAME);
821 devfd = opendevice(IPNAT_NAME);
871 devfd = opendevice(IPNAT_NAME);
H A Dipnat.c198 if (((fd = open(IPNAT_NAME, mode)) == -1) &&
199 ((fd = open(IPNAT_NAME, O_RDONLY)) == -1)) {
200 (void) fprintf(stderr, "%s: open: %s\n", IPNAT_NAME,
H A Dipf.c339 xfd = open(IPNAT_NAME, O_RDWR);
H A Dipmon.c1554 conf->logsrc[1].file = IPNAT_NAME; in initconfig()
H A Dipfstat.c288 if ((nat_fd = open(IPNAT_NAME, O_RDONLY)) == -1) {
/netbsd-src/external/bsd/ipf/dist/samples/
H A Drelay.c116 if ((fd = open(IPNAT_NAME, O_RDONLY)) == -1) {
H A Dproxy.c102 fd = open(IPNAT_NAME, O_RDONLY);
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h1089 #define IPNAT_NAME "/dev/ipnat" macro