Searched refs:SIOCLOOKUPSTAT (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ippool.c | 482 c = ioctl(fd, SIOCLOOKUPSTAT, &op); 484 perror("ioctl(SIOCLOOKUPSTAT)"); 493 c = ioctl(fd, SIOCLOOKUPSTAT, &op); 495 perror("ioctl(SIOCLOOKUPSTAT)"); 516 c = ioctl(fd, SIOCLOOKUPSTAT, &op); 518 perror("ioctl(SIOCLOOKUPSTAT)"); 526 c = ioctl(fd, SIOCLOOKUPSTAT, &op); 528 perror("ioctl(SIOCLOOKUPSTAT)"); 720 c = ioctl(fd, SIOCLOOKUPSTAT, &op); 722 perror("ioctl(SIOCLOOKUPSTAT)"); [all...] |
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_lookup.c | 181 case SIOCLOOKUPSTAT :
|
Completed in 59 milliseconds