Home
last modified time | relevance | path

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

/trueos/contrib/ipfilter/
HDbpf-ipf.h120 #define BIOCGDLT _IOR(B,106, u_int) macro
136 #define BIOCGDLT _IOR('B',106, u_int) macro
/trueos/usr.sbin/wake/
HDwake.c97 if (ioctl(bpf, BIOCGDLT, &dlt) == -1) in bind_if_to_bpf()
/trueos/libexec/rbootd/
HDbpf.c119 if (ioctl(BpfFd, BIOCGDLT, (caddr_t)&n) < 0) { in BpfOpen()
/trueos/sys/net/
HDbpf.h123 #define BIOCGDLT _IOR('B', 106, u_int) macro
HDbpf.c1190 case BIOCGDLT: in bpfioctl()
1338 case BIOCGDLT: in bpfioctl()
/trueos/usr.sbin/rarpd/
HDrarpd.c447 if (ioctl(fd, BIOCGDLT, (caddr_t)&dlt) == -1) { in rarp_open()
/trueos/contrib/libpcap/
HDpcap-bpf.c1795 if (ioctl(fd, BIOCGDLT, (caddr_t)&v) < 0) {