Home
last modified time | relevance | path

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

/freebsd/share/examples/ipfilter/samples/
H A Dproxy.c209 if (ioctl(fd, SIOCSTLCK, &onoff) == 0) {
213 if (ioctl(fd, SIOCSTLCK, &onoff) != 0)
/freebsd/sbin/ipf/ipfs/
H A Dipfs.c358 if (ioctl(fd, SIOCSTLCK, &lock) == -1) { in setlock()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_auth.c582 case SIOCSTLCK : in ipf_auth_ioctl()
H A Dip_fil.h53 #define SIOCSTLCK _IOWR('r', 79, u_int) macro
H A Dip_state.c717 case SIOCSTLCK : in ipf_state_ioctl()
H A Dip_nat.c1341 case SIOCSTLCK : in ipf_nat_ioctl()
H A Dfil.c8177 case SIOCSTLCK :