Searched refs:DLT_EN10MB (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/tcpdump/missing/
H A Ddlnames.c57 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
/freebsd-11-stable/contrib/libpcap/
H A Ddlpisubs.c217 p->linktype = DLT_EN10MB;
221 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
234 p->dlt_list[0] = DLT_EN10MB;
H A Dpcap-nit.c319 p->linktype = DLT_EN10MB;
336 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
349 p->dlt_list[0] = DLT_EN10MB;
H A Dpcap-pf.c396 p->linktype = DLT_EN10MB;
400 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
413 p->dlt_list[0] = DLT_EN10MB;
441 p->linktype = DLT_EN10MB;
H A Dpcap-enet.c228 *linktype = DLT_EN10MB;
H A Dpcap-snoop.c262 p->linktype = DLT_EN10MB;
267 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
290 p->dlt_list[0] = DLT_EN10MB;
H A Dpcap-snit.c406 p->linktype = DLT_EN10MB;
425 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
438 p->dlt_list[0] = DLT_EN10MB;
H A Dpcap-common.c108 #define LINKTYPE_ETHERNET DLT_EN10MB /* also for 100Mb and up */
1138 { DLT_EN10MB, LINKTYPE_ETHERNET },
H A Dpcap-npf.c967 p->linktype = DLT_EN10MB;
971 p->linktype = DLT_EN10MB;
974 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
987 p->dlt_list[0] = DLT_EN10MB;
1055 p->linktype = DLT_EN10MB;
1057 "Unknown NdisMedium value %d, defaulting to DLT_EN10MB",
H A Dpcap-tc.c574 pPpiHeader->PacketHeader.PphDlt = DLT_EN10MB;
594 p->linktype = DLT_EN10MB;
600 p->dlt_list[0] = DLT_EN10MB;
995 if (p->linktype == DLT_EN10MB)
H A Dpcap-netmap.c266 p->linktype = DLT_EN10MB;
H A Dpcap-bpf.c692 * that has a link-layer type of DLT_EN10MB and that has
704 if (v == DLT_EN10MB) {
707 if (bdlp->bfl_list[i] != DLT_EN10MB
2101 v = DLT_EN10MB;
2166 * 802.1 adapters that support monitor mode offer both DLT_EN10MB,
2172 * the DLT_EN10MB value, as you can't get that in monitor mode,
2197 * Purge DLT_EN10MB from the list
2296 * give it a list with DLT_EN10MB and DLT_DOCSIS. (That'd give
2302 if (v == DLT_EN10MB && p->dlt_count == 0) {
2308 p->dlt_list[0] = DLT_EN10MB;
[all...]
H A Dpcap-dag.c553 if ((p->linktype != DLT_EN10MB) &&
1345 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
1354 p->dlt_list[dlt_index++] = DLT_EN10MB;
1358 p->linktype = DLT_EN10MB;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_bpf.c120 bpfattach(ifp, DLT_EN10MB, ETHER_HDR_LEN);
/freebsd-11-stable/usr.sbin/wake/
H A Dwake.c102 if (dlt != DLT_EN10MB)
/freebsd-11-stable/sys/net/
H A Ddlt.h65 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
/freebsd-11-stable/contrib/libpcap/pcap/
H A Ddlt.h63 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
/freebsd-11-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c116 if (pcap_datalink(l2->pcap) != DLT_EN10MB &&
117 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) {
118 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
/freebsd-11-stable/libexec/rbootd/
H A Dbpf.c123 if (n != DLT_EN10MB) {
/freebsd-11-stable/sys/netgraph/netflow/
H A Dng_netflow.c311 * will be DLT_EN10MB.
313 iface->info.ifinfo_dlt = DLT_EN10MB;
439 case DLT_EN10MB:
440 iface->info.ifinfo_dlt = DLT_EN10MB;
693 case DLT_EN10MB: /* Ethernet */
/freebsd-11-stable/contrib/tcpdump/
H A Dprint.c47 { ether_if_print, DLT_EN10MB },
/freebsd-11-stable/contrib/ipfilter/
H A Dbpf-ipf.h182 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
/freebsd-11-stable/sys/netgraph/
H A Dng_patch.c330 case DLT_EN10MB:
592 case DLT_EN10MB:
H A Dng_checksum.c222 case DLT_EN10MB:
586 case DLT_EN10MB:
/freebsd-11-stable/tools/tools/net80211/wesside/dics/
H A Ddics.c382 case DLT_EN10MB:

Completed in 457 milliseconds

12