Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/
H A Dbpflib.c55 return ioctl(fd, BIOCGBLEN, blen); in bpf_get_blen()
/xnu-11215.61.5/bsd/net/
H A Dbpf.h214 #define BIOCGBLEN _IOR('B',102, u_int) macro
H A Dbpf.c1941 X(BIOCGBLEN) \
2105 case BIOCGBLEN: { /* u_int */ in bpfioctl()