Searched refs:IPNAT_NAME (Results 1 – 6 of 6) sorted by relevance
201 if (((fd = open(IPNAT_NAME, mode)) == -1) &&202 ((fd = open(IPNAT_NAME, O_RDONLY)) == -1)) {203 (void) fprintf(stderr, "%s: open: %s\n", IPNAT_NAME,
323 devfd = opendevice(IPNAT_NAME);812 devfd = opendevice(IPNAT_NAME);862 devfd = opendevice(IPNAT_NAME);
353 xfd = open(IPNAT_NAME, O_RDWR);
1460 iplfile[1] = IPNAT_NAME;
117 static char *ipf_devfiles[] = { IPL_NAME, IPNAT_NAME, IPSTATE_NAME,
925 #define IPNAT_NAME "/dev/ipnat" macro