Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dipf_perror.c21 if ((*iocfunc)(fd, SIOCIPFINTERROR, &realerr) == -1) in ipf_perror_fd()
H A Dinterror.c573 if ((*func)(fd, SIOCIPFINTERROR, &errnum) == 0) { in ipf_geterror()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c288 if (unit != IPL_LOGIPF && cmd != SIOCIPFINTERROR) { in ipfioctl()
296 cmd != SIOCIPFINTERROR) { in ipfioctl()
H A Dip_fil.h72 #define SIOCIPFINTERROR _IOR('r', 98, int) macro
H A Dfil.c6124 case SIOCIPFINTERROR : in ipf_ioctlswitch()