Searched refs:SIOCGETFS (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | checkrev.c | 33 if (ioctl(vfd, SIOCGETFS, &ipfo)) {
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipf.c | 556 if (ioctl(vfd, SIOCGETFS, &ipfo)) { in showversion()
|
H A D | ipfstat.c | 458 if (ioctl(ipf_fd, SIOCGETFS, &ipfo) == -1) { 475 if ((ioctl(state_fd, SIOCGETFS, &ipfo) == -1)) { 1218 if ((ioctl(state_fd, SIOCGETFS, &ipfo) == -1)) {
|
H A D | ip_fil.c | 368 case SIOCGETFS :
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 42 # define SIOCGETFS _IOWR('r', 64, struct ipfobj) macro 80 # define SIOCGETFS _IOWR(r, 64, struct ipfobj) macro
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 845 cmd != SIOCGETFS && cmd != SIOCGETFF) { 966 case SIOCGETFS :
|
H A D | ip_state.c | 529 case SIOCGETFS :
|