Home
last modified time | relevance | path

Searched refs:SIOCSTPUT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/ipf/ipfs/
H A Dipfs.c504 if (ioctl(fd, SIOCSTPUT, &obj)) { in readstate()
648 if (ioctl(fd, SIOCSTPUT, &obj)) { in readnat()
/freebsd/share/examples/ipfilter/samples/
H A Dproxy.c210 if (ioctl(fd, SIOCSTPUT, &obj) != 0)
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h54 #define SIOCSTPUT _IOWR('r', 80, struct ipfobj) macro
H A Dip_state.c729 case SIOCSTPUT : in ipf_state_ioctl()
878 /* This function implements the SIOCSTPUT ioctl: insert a state entry into */
H A Dip_nat.c1350 case SIOCSTPUT : in ipf_nat_ioctl()