Home
last modified time | relevance | path

Searched refs:BIOCGDIRECTION (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.41.9/tests/
H A Dbpf_direction.c44 #ifdef BIOCGDIRECTION
H A Dbpflib.c101 return ioctl(fd, BIOCGDIRECTION, direction); in bpf_get_direction()
/xnu-10002.41.9/bsd/net/
H A Dbpf.h272 #define BIOCGDIRECTION _IOR('B', 138, int) macro
H A Dbpf.c1929 X(BIOCGDIRECTION) \
2365 case BIOCGDIRECTION: { /* u_int */ in bpfioctl()