Home
last modified time | relevance | path

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

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