Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c190 if (((fd = open(IPNAT_NAME, mode)) == -1) && in main()
191 ((fd = open(IPNAT_NAME, O_RDONLY)) == -1)) { in main()
192 (void) fprintf(stderr, "%s: open: %s\n", IPNAT_NAME, in main()
H A Dipfs.c323 devfd = opendevice(IPNAT_NAME);
812 devfd = opendevice(IPNAT_NAME);
862 devfd = opendevice(IPNAT_NAME);
H A Dipf.c353 xfd = open(IPNAT_NAME, O_RDWR);
H A Dipmon.c1464 iplfile[1] = IPNAT_NAME;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c117 static char *ipf_devfiles[] = { IPL_NAME, IPNAT_NAME, IPSTATE_NAME,
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h928 #define IPNAT_NAME "/dev/ipnat" macro