Searched refs:IPLOOKUP_NAME (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | remove_pool.c | 26 poolfd = open(IPLOOKUP_NAME, O_RDWR);
|
H A D | remove_hash.c | 26 hashfd = open(IPLOOKUP_NAME, O_RDWR);
|
H A D | remove_hashnode.c | 28 hashfd = open(IPLOOKUP_NAME, O_RDWR);
|
H A D | remove_poolnode.c | 28 poolfd = open(IPLOOKUP_NAME, O_RDWR);
|
H A D | load_hashnode.c | 35 hashfd = open(IPLOOKUP_NAME, O_RDWR);
|
H A D | load_poolnode.c | 32 poolfd = open(IPLOOKUP_NAME, O_RDWR);
|
H A D | load_pool.c | 33 poolfd = open(IPLOOKUP_NAME, O_RDWR);
|
H A D | load_hash.c | 36 hashfd = open(IPLOOKUP_NAME, O_RDWR);
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ippool.c | 362 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 D | solaris.c | 119 IPLOOKUP_NAME, NULL };
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 933 #define IPLOOKUP_NAME "/dev/iplookup" macro
|