Searched refs:SIOCLOOKUPSTAT (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_lookup.h | 17 # define SIOCLOOKUPSTAT _IOWR('r', 64, struct iplookupop) macro 27 # define SIOCLOOKUPSTAT _IOWR(r, 64, struct iplookupop) macro
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ippool.c | 482 c = ioctl(fd, SIOCLOOKUPSTAT, &op); 493 c = ioctl(fd, SIOCLOOKUPSTAT, &op); 516 c = ioctl(fd, SIOCLOOKUPSTAT, &op); 526 c = ioctl(fd, SIOCLOOKUPSTAT, &op); 720 c = ioctl(fd, SIOCLOOKUPSTAT, &op); 735 c = ioctl(fd, SIOCLOOKUPSTAT, &op);
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_lookup.c | 181 case SIOCLOOKUPSTAT :
|