Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/tools/
H A Dipnat.c201 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,
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.c1460 iplfile[1] = IPNAT_NAME;
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dsolaris.c117 static char *ipf_devfiles[] = { IPL_NAME, IPNAT_NAME, IPSTATE_NAME,
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h925 #define IPNAT_NAME "/dev/ipnat" macro