Searched refs:SIOCSTLCK (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/ipfilter/samples/ |
| D | proxy.c | 210 if (ioctl(fd, SIOCSTLCK, &onoff) == 0) { 214 if (ioctl(fd, SIOCSTLCK, &onoff) != 0)
|
| /freebsd-9-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_fil.h | 48 # define SIOCSTLCK _IOWR('r', 79, u_int) macro 86 # define SIOCSTLCK _IOWR(r, 79, u_int) macro
|
| D | ip_auth.c | 442 case SIOCSTLCK :
|
| D | ip_state.c | 559 case SIOCSTLCK :
|
| D | ip_nat.c | 880 case SIOCSTLCK :
|
| D | fil.c | 7156 case SIOCSTLCK :
|
| /freebsd-9-stable/contrib/ipfilter/tools/ |
| D | ipfs.c | 389 if (ioctl(fd, SIOCSTLCK, &lock) == -1) {
|