Home
last modified time | relevance | path

Searched refs:IPLOOKUP_NAME (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dremove_pool.c26 poolfd = open(IPLOOKUP_NAME, O_RDWR);
H A Dremove_hash.c26 hashfd = open(IPLOOKUP_NAME, O_RDWR);
H A Dremove_hashnode.c28 hashfd = open(IPLOOKUP_NAME, O_RDWR);
H A Dremove_poolnode.c28 poolfd = open(IPLOOKUP_NAME, O_RDWR);
H A Dload_hashnode.c35 hashfd = open(IPLOOKUP_NAME, O_RDWR);
H A Dload_poolnode.c32 poolfd = open(IPLOOKUP_NAME, O_RDWR);
H A Dload_pool.c33 poolfd = open(IPLOOKUP_NAME, O_RDWR);
H A Dload_hash.c36 hashfd = open(IPLOOKUP_NAME, O_RDWR);
/titanic_41/usr/src/cmd/ipf/tools/
H A Dippool.c361 fd = open(IPLOOKUP_NAME, O_RDWR);
447 fd = open(IPLOOKUP_NAME, O_RDWR);
703 fd = open(IPLOOKUP_NAME, O_RDWR);
792 fd = open(IPLOOKUP_NAME, O_RDWR);
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dsolaris.c119 IPLOOKUP_NAME, NULL };
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h930 #define IPLOOKUP_NAME "/dev/iplookup" macro