Searched refs:IPNAT_NAME (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/libexec/identd/ |
| H A D | ipf.c | 71 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 D | ipf.c | 324 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 D | ipfs.c | 317 devfd = opendevice(IPNAT_NAME); 821 devfd = opendevice(IPNAT_NAME); 871 devfd = opendevice(IPNAT_NAME);
|
| H A D | ipnat.c | 198 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 D | ipf.c | 339 xfd = open(IPNAT_NAME, O_RDWR);
|
| H A D | ipmon.c | 1554 conf->logsrc[1].file = IPNAT_NAME; in initconfig()
|
| H A D | ipfstat.c | 288 if ((nat_fd = open(IPNAT_NAME, O_RDONLY)) == -1) {
|
| /netbsd-src/external/bsd/ipf/dist/samples/ |
| H A D | relay.c | 116 if ((fd = open(IPNAT_NAME, O_RDONLY)) == -1) {
|
| H A D | proxy.c | 102 fd = open(IPNAT_NAME, O_RDONLY);
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_fil.h | 1089 #define IPNAT_NAME "/dev/ipnat" macro
|