Searched refs:SIOCSTLCK (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/share/examples/ipfilter/samples/
H A Dproxy.c209 if (ioctl(fd, SIOCSTLCK, &onoff) == 0) {
213 if (ioctl(fd, SIOCSTLCK, &onoff) != 0)
214 perror("SIOCSTLCK");
/freebsd-current/sbin/ipf/ipfs/
H A Dipfs.c358 if (ioctl(fd, SIOCSTLCK, &lock) == -1) {
359 perror("SIOCSTLCK");
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_auth.c582 case SIOCSTLCK :
H A Dip_fil.h53 #define SIOCSTLCK _IOWR('r', 79, u_int) macro
H A Dip_state.c716 case SIOCSTLCK :
H A Dfil.c8089 case SIOCSTLCK :
H A Dip_nat.c1303 case SIOCSTLCK :

Completed in 287 milliseconds