Searched refs:SIOCLOOKUPITER (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/ipf/lib/common/ |
H A D | printhash_live.c | 54 while (!last && (ioctl(fd, SIOCLOOKUPITER, &obj) == 0)) {
|
H A D | printpool_live.c | 54 while (!last && (ioctl(fd, SIOCLOOKUPITER, &obj) == 0)) {
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ippool.c | 631 if (ioctl(fd, SIOCLOOKUPITER, &obj)) { 899 if (ioctl(fd, SIOCLOOKUPITER, &obj)) {
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_lookup.c | 194 case SIOCLOOKUPITER :
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 74 # define SIOCLOOKUPITER _IOWR('r', 96, struct ipfobj) macro 112 # define SIOCLOOKUPITER _IOWR(r, 96, struct ipfobj) macro
|