Home
last modified time | relevance | path

Searched refs:BIOCGDLT (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/ipfilter/
Dbpf-ipf.h120 #define BIOCGDLT _IOR(B,106, u_int) macro
136 #define BIOCGDLT _IOR('B',106, u_int) macro
/freebsd-10-stable/usr.sbin/wake/
Dwake.c97 if (ioctl(bpf, BIOCGDLT, &dlt) == -1) in bind_if_to_bpf()
/freebsd-10-stable/libexec/rbootd/
Dbpf.c119 if (ioctl(BpfFd, BIOCGDLT, (caddr_t)&n) < 0) { in BpfOpen()
/freebsd-10-stable/sys/net/
Dbpf.h123 #define BIOCGDLT _IOR('B', 106, u_int) macro
Dbpf.c1186 case BIOCGDLT: in bpfioctl()
1334 case BIOCGDLT: in bpfioctl()
/freebsd-10-stable/usr.sbin/rarpd/
Drarpd.c447 if (ioctl(fd, BIOCGDLT, (caddr_t)&dlt) == -1) { in rarp_open()
/freebsd-10-stable/contrib/libpcap/
Dpcap-bpf.c1795 if (ioctl(fd, BIOCGDLT, (caddr_t)&v) < 0) {