Searched refs:SIOCLOOKUPDELTABLE (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_lookup.h | 16 # define SIOCLOOKUPDELTABLE _IOWR('r', 61, struct iplookupop) macro 26 # define SIOCLOOKUPDELTABLE _IOWR(r, 61, struct iplookupop) macro
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | remove_pool.c | 41 if ((*iocfunc)(poolfd, SIOCLOOKUPDELTABLE, &op))
|
H A D | remove_hash.c | 44 if ((*iocfunc)(hashfd, SIOCLOOKUPDELTABLE, &op))
|
H A D | load_pool.c | 70 if ((*iocfunc)(poolfd, SIOCLOOKUPDELTABLE, &op))
|
H A D | load_hash.c | 117 if ((*iocfunc)(hashfd, SIOCLOOKUPDELTABLE, &op))
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_lookup.c | 175 case SIOCLOOKUPDELTABLE :
|