Home
last modified time | relevance | path

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

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