Searched refs:BIOCGDLT (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/ipfilter/ |
| D | bpf-ipf.h | 120 #define BIOCGDLT _IOR(B,106, u_int) macro 136 #define BIOCGDLT _IOR('B',106, u_int) macro
|
| /freebsd-10-stable/usr.sbin/wake/ |
| D | wake.c | 97 if (ioctl(bpf, BIOCGDLT, &dlt) == -1) in bind_if_to_bpf()
|
| /freebsd-10-stable/libexec/rbootd/ |
| D | bpf.c | 119 if (ioctl(BpfFd, BIOCGDLT, (caddr_t)&n) < 0) { in BpfOpen()
|
| /freebsd-10-stable/sys/net/ |
| D | bpf.h | 123 #define BIOCGDLT _IOR('B', 106, u_int) macro
|
| D | bpf.c | 1186 case BIOCGDLT: in bpfioctl() 1334 case BIOCGDLT: in bpfioctl()
|
| /freebsd-10-stable/usr.sbin/rarpd/ |
| D | rarpd.c | 447 if (ioctl(fd, BIOCGDLT, (caddr_t)&dlt) == -1) { in rarp_open()
|
| /freebsd-10-stable/contrib/libpcap/ |
| D | pcap-bpf.c | 1795 if (ioctl(fd, BIOCGDLT, (caddr_t)&v) < 0) {
|