Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipf/
H A Dipf.c204 (ioctl(fd, SIOCGETFF, &i) == -1)) { in get_flags()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c295 cmd != SIOCGETFS && cmd != SIOCGETFF && in ipfioctl()
H A Dip_fil.h37 #define SIOCGETFF _IOR('r', 63, u_int) macro
H A Dfil.c8062 case SIOCGETFF :
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c471 if (ioctl(ipf_fd, SIOCGETFF, frfp) == -1) in ipfstate_live()