Home
last modified time | relevance | path

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

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