Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/tools/
H A Dipfs.c321 devfd = opendevice(IPSTATE_NAME);
805 devfd = opendevice(IPSTATE_NAME);
855 devfd = opendevice(IPSTATE_NAME);
H A Dipf.c331 xfd = open(IPSTATE_NAME, O_RDWR);
389 if (opendevice(IPSTATE_NAME, 1) == -2)
H A Dipfstat.c256 if ((state_fd = open(IPSTATE_NAME, O_RDONLY)) == -1) {
H A Dipmon.c1465 iplfile[2] = IPSTATE_NAME;
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dsolaris.c117 static char *ipf_devfiles[] = { IPL_NAME, IPNAT_NAME, IPSTATE_NAME,
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h928 #define IPSTATE_NAME "/dev/ipstate" macro