Home
last modified time | relevance | path

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

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