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

12

/macosx-10.10/tcpdump-61/tcpdump/missing/
H A Ddlnames.c61 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
/macosx-10.10/libpcap-48/libpcap/
H A Ddlpisubs.c221 p->linktype = DLT_EN10MB;
225 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
238 p->dlt_list[0] = DLT_EN10MB;
H A Dpcap-common.c116 #define LINKTYPE_ETHERNET DLT_EN10MB /* also for 100Mb and up */
950 { DLT_EN10MB, LINKTYPE_ETHERNET },
H A Dpcap-nit.c305 p->linktype = DLT_EN10MB;
321 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
334 p->dlt_list[0] = DLT_EN10MB;
H A Dpcap-pf.c374 p->linktype = DLT_EN10MB;
378 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
391 p->dlt_list[0] = DLT_EN10MB;
419 p->linktype = DLT_EN10MB;
H A Dpcap-enet.c232 *linktype = DLT_EN10MB;
H A Dpcap-win32.c514 p->linktype = DLT_EN10MB;
518 p->linktype = DLT_EN10MB;
521 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
534 p->dlt_list[0] = DLT_EN10MB;
585 p->linktype = DLT_EN10MB; /*an unknown adapter is assumed to be ethernet*/
H A Dpcap-snit.c383 p->linktype = DLT_EN10MB;
400 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
413 p->dlt_list[0] = DLT_EN10MB;
H A Dpcap-snoop.c259 p->linktype = DLT_EN10MB;
264 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
287 p->dlt_list[0] = DLT_EN10MB;
H A Dpcap-snf.c248 p->linktype = DLT_EN10MB;
H A Dpcap-bpf.c636 * that has a link-layer type of DLT_EN10MB and that has
648 if (v == DLT_EN10MB) {
651 if (bdlp->bfl_list[i] != DLT_EN10MB
1979 v = DLT_EN10MB;
2044 * 802.1 adapters that support monitor mode offer both DLT_EN10MB,
2050 * the DLT_EN10MB value, as you can't get that in monitor mode,
2075 * Purge DLT_EN10MB from the list
2173 * give it a list with DLT_EN10MB and DLT_DOCSIS. (That'd give
2179 if (v == DLT_EN10MB && p->dlt_count == 0) {
2185 p->dlt_list[0] = DLT_EN10MB;
[all...]
H A Dsf-pcap.c342 if (p->linktype == DLT_EN10MB) {
H A Dpcap-dag.c1149 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
1158 p->dlt_list[dlt_index++] = DLT_EN10MB;
1162 p->linktype = DLT_EN10MB;
H A Dpcap-sita.c446 case DLT_EN10MB:
456 case DLT_EN10MB:
H A Dgencode.c985 case DLT_EN10MB:
2945 case DLT_EN10MB:
4698 case DLT_EN10MB:
6057 case DLT_EN10MB:
6562 case DLT_EN10MB:
7162 case DLT_EN10MB:
7259 case DLT_EN10MB:
7905 case DLT_EN10MB:
7974 case DLT_EN10MB:
H A Dpcap.c980 if (p->dlt_count == 2 && p->dlt_list[0] == DLT_EN10MB &&
984 * link-layer type it offers is DLT_EN10MB, and the only
1111 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
H A Dpcap-linux.c2616 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
2636 handle->dlt_list[0] = DLT_EN10MB;
2644 handle->linktype = DLT_EN10MB;
3115 (handle->linktype == DLT_EN10MB &&
3304 case DLT_EN10MB:
3626 if (handle->linktype == DLT_EN10MB) {
H A Dpcap-dos.c187 pcap->linktype = DLT_EN10MB; /* !! */
/macosx-10.10/libpcap-48/libpcap/pcap/
H A Dbpf.h135 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.h269 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
H A Dbpf.c269 case DLT_EN10MB:
391 case DLT_EN10MB: {
H A Dpktap.c1061 hdr->pth_dlt = DLT_EN10MB;
H A Dif_vlan.c1040 bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
/macosx-10.10/network_cmds-457/rarpd.tproj/
H A Drarpd.c342 if (dlt != DLT_EN10MB) {
/macosx-10.10/IONetworkingFamily-101/
H A DIOEthernetInterface.cpp1208 bpfattach( getIfnet(), DLT_EN10MB, sizeof(struct ether_header) ); local

Completed in 310 milliseconds

12