Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dbpflib.c91 #ifdef BIOCSDIRECTION
95 return ioctl(fd, BIOCSDIRECTION, &direction); in bpf_set_direction()
/xnu-12377.81.4/bsd/net/
H A Dbpf_private.h148 #define BIOCSDIRECTION _IOW('B', 139, int) macro
H A Dbpf.c2012 X(BIOCSDIRECTION) \
2456 case BIOCSDIRECTION: { /* u_int */ in bpfioctl()