Searched refs:IPNAT_NAME (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/ipfilter/tools/ |
| HD | ipfs.c | 305 devfd = opendevice(IPNAT_NAME); 809 devfd = opendevice(IPNAT_NAME); 859 devfd = opendevice(IPNAT_NAME);
|
| HD | ipnat.c | 183 if (((fd = open(IPNAT_NAME, mode)) == -1) && 184 ((fd = open(IPNAT_NAME, O_RDONLY)) == -1)) { 185 (void) fprintf(stderr, "%s: open: %s\n", IPNAT_NAME,
|
| HD | ipf.c | 333 xfd = open(IPNAT_NAME, O_RDWR);
|
| HD | ipmon.c | 1548 conf->logsrc[1].file = IPNAT_NAME; in initconfig()
|
| HD | ipfstat.c | 258 if ((nat_fd = open(IPNAT_NAME, O_RDONLY)) == -1) {
|
| /freebsd-11-stable/contrib/ipfilter/samples/ |
| HD | relay.c | 116 if ((fd = open(IPNAT_NAME, O_RDONLY)) == -1) {
|
| HD | proxy.c | 102 fd = open(IPNAT_NAME, O_RDONLY);
|
| /freebsd-11-stable/sys/contrib/ipfilter/netinet/ |
| HD | mlfk_ipl.c | 167 static char *ipf_devfiles[] = { IPL_NAME, IPNAT_NAME, IPSTATE_NAME, IPAUTH_NAME,
|
| HD | ip_fil.h | 1026 #define IPNAT_NAME "/dev/ipnat" macro
|