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

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dcheckrev.c35 if (ioctl(vfd, SIOCGETFS, &obj)) {
36 ipferror(vfd, "ioctl(SIOCGETFS)");
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf.c556 if (ioctl(vfd, SIOCGETFS, &ipfo)) {
557 ipferror(vfd, "ioctl(SIOCGETFS)");
H A Dipfstat.c487 if (ioctl(ipf_fd, SIOCGETFS, &ipfo) == -1) {
488 ipferror(ipf_fd, "ioctl(ipf:SIOCGETFS)");
504 if ((ioctl(state_fd, SIOCGETFS, &ipfo) == -1)) {
505 ipferror(state_fd, "ioctl(state:SIOCGETFS)");
1357 if ((ioctl(state_fd, SIOCGETFS, &ipfo) == -1)) {
1358 errstr = "ioctl(SIOCGETFS)";
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_fil.h48 # define SIOCGETFS _IOWR('r', 64, struct ipfobj) macro
88 # define SIOCGETFS _IOWR(r, 64, struct ipfobj) macro
1111 * For SIOCGETFS
H A Dip_fil_freebsd.c326 cmd != SIOCGETFS && cmd != SIOCGETFF &&
H A Dip_state.c725 case SIOCGETFS :
H A Dfil.c8271 case SIOCGETFS :

Completed in 105 milliseconds