Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/lib/
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);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool.c362 fd = open(IPLOOKUP_NAME, O_RDWR);
448 fd = open(IPLOOKUP_NAME, O_RDWR);
694 fd = open(IPLOOKUP_NAME, O_RDWR);
783 fd = open(IPLOOKUP_NAME, O_RDWR);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dsolaris.c119 IPLOOKUP_NAME, NULL };
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h933 #define IPLOOKUP_NAME "/dev/iplookup" macro