Home
last modified time | relevance | path

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

/minix3/sys/net/
H A Dbpf.h143 #define BIOCGHDRCMPLT _IOR('B',116, u_int) macro
/minix3/external/bsd/libpcap/dist/
H A Dpcap-bpf.c1512 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT)
2078 #if defined(BIOCGHDRCMPLT) && defined(BIOCSHDRCMPLT)
/minix3/minix/tests/
H A Dtest94.c1890 if (ioctl(ufd, BIOCGHDRCMPLT, &uval) != 0) e(0); in test94h()
1896 if (ioctl(ufd, BIOCGHDRCMPLT, &uval) != 0) e(0); in test94h()
1903 if (ioctl(ufd, BIOCGHDRCMPLT, &uval) != 0) e(0); in test94h()
/minix3/minix/net/lwip/
H A Dbpfdev.c905 case BIOCGHDRCMPLT: in bpfdev_ioctl()