Home
last modified time | relevance | path

Searched refs:BIOCSDIRECTION (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net/
H A Dbpf.h138 #define BIOCSDIRECTION _IOW('B', 119, u_int) macro
156 #define BIOCSSEESENT BIOCSDIRECTION
H A Dbpf.c1760 case BIOCSDIRECTION: in bpfioctl()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c3499 #if defined(BIOCSDIRECTION)
3543 if (ioctl(p->fd, BIOCSDIRECTION, &direction) == -1) {
H A DCHANGES1139 Add support for new FreeBSD BIOCSDIRECTION ioctl
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1800 unsigned IOCTL_BIOCSDIRECTION = BIOCSDIRECTION;
H A Dsanitizer_interceptors_ioctl_netbsd.inc687 _(BIOCSDIRECTION, READ, sizeof(unsigned int));