Lines Matching refs:dlt
229 static int pcap_set_datalink_bpf(pcap_t *p, int dlt);
758 * as the default DLT for this adapter.)
766 * We have an 802.11 DLT, so we can set monitor mode.
1676 * we just open the enN device, and set the DLT.
2742 pcap_set_datalink_bpf(pcap_t *p, int dlt)
2745 if (ioctl(p->fd, BIOCSDLT, &dlt) == -1) {
2747 "Cannot set DLT %d: %s", dlt, strerror(errno));