Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ipfilter/tools/
HDipfs.c305 devfd = opendevice(IPNAT_NAME);
809 devfd = opendevice(IPNAT_NAME);
859 devfd = opendevice(IPNAT_NAME);
HDipnat.c183 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,
HDipf.c333 xfd = open(IPNAT_NAME, O_RDWR);
HDipmon.c1548 conf->logsrc[1].file = IPNAT_NAME; in initconfig()
HDipfstat.c258 if ((nat_fd = open(IPNAT_NAME, O_RDONLY)) == -1) {
/freebsd-11-stable/contrib/ipfilter/samples/
HDrelay.c116 if ((fd = open(IPNAT_NAME, O_RDONLY)) == -1) {
HDproxy.c102 fd = open(IPNAT_NAME, O_RDONLY);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDmlfk_ipl.c167 static char *ipf_devfiles[] = { IPL_NAME, IPNAT_NAME, IPSTATE_NAME, IPAUTH_NAME,
HDip_fil.h1026 #define IPNAT_NAME "/dev/ipnat" macro