Home
last modified time | relevance | path

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

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