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

12

/macosx-10.9.5/tcpdump-56/tcpdump/missing/
H A Ddlnames.c61 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
/macosx-10.9.5/libpcap-42/libpcap/
H A Ddlpisubs.c215 p->linktype = DLT_EN10MB;
219 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
232 p->dlt_list[0] = DLT_EN10MB;
H A Dpcap-common.c116 #define LINKTYPE_ETHERNET DLT_EN10MB /* also for 100Mb and up */
901 { DLT_EN10MB, LINKTYPE_ETHERNET },
H A Dpcap-nit.c281 p->linktype = DLT_EN10MB;
297 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
310 p->dlt_list[0] = DLT_EN10MB;
H A Dpcap-pf.c363 p->linktype = DLT_EN10MB;
367 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
380 p->dlt_list[0] = DLT_EN10MB;
408 p->linktype = DLT_EN10MB;
H A Dpcap-enet.c232 *linktype = DLT_EN10MB;
H A Dpcap-win32.c494 p->linktype = DLT_EN10MB;
498 p->linktype = DLT_EN10MB;
501 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
514 p->dlt_list[0] = DLT_EN10MB;
565 p->linktype = DLT_EN10MB; /*an unknown adapter is assumed to be ethernet*/
H A Dpcap-snit.c359 p->linktype = DLT_EN10MB;
376 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
389 p->dlt_list[0] = DLT_EN10MB;
H A Dpcap-snoop.c250 p->linktype = DLT_EN10MB;
255 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
278 p->dlt_list[0] = DLT_EN10MB;
H A Dpcap-snf.c235 p->linktype = DLT_EN10MB;
H A Dpcap-bpf.c631 * that has a link-layer type of DLT_EN10MB and that has
643 if (v == DLT_EN10MB) {
646 if (bdlp->bfl_list[i] != DLT_EN10MB
1952 v = DLT_EN10MB;
2017 * 802.1 adapters that support monitor mode offer both DLT_EN10MB,
2023 * the DLT_EN10MB value, as you can't get that in monitor mode,
2048 * Purge DLT_EN10MB from the list
2146 * give it a list with DLT_EN10MB and DLT_DOCSIS. (That'd give
2152 if (v == DLT_EN10MB && p->dlt_count == 0) {
2158 p->dlt_list[0] = DLT_EN10MB;
[all...]
H A Dsf-pcap.c244 if (p->linktype == DLT_EN10MB) {
H A Dpcap-dag.c1068 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
1077 p->dlt_list[dlt_index++] = DLT_EN10MB;
1081 p->linktype = DLT_EN10MB;
H A Dpcap-sita.c431 case DLT_EN10MB: proto = "lo"; port = nonUnified_port_num(u, IOPportnum); break;
437 case DLT_EN10MB: proto = "eth"; port = nonUnified_port_num(u, IOPportnum); break;
H A Dpcap.c635 if (p->dlt_count == 2 && p->dlt_list[0] == DLT_EN10MB &&
639 * link-layer type it offers is DLT_EN10MB, and the only
766 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
H A Dgencode.c970 case DLT_EN10MB:
2926 case DLT_EN10MB:
4693 case DLT_EN10MB:
6082 case DLT_EN10MB:
6603 case DLT_EN10MB:
7209 case DLT_EN10MB:
7306 case DLT_EN10MB:
7954 case DLT_EN10MB:
8023 case DLT_EN10MB:
H A Dpcap-linux.c2572 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
2592 handle->dlt_list[0] = DLT_EN10MB;
2600 handle->linktype = DLT_EN10MB;
3000 (handle->linktype == DLT_EN10MB &&
3394 if (handle->linktype == DLT_EN10MB) {
H A Dpcap-dos.c177 pcap->linktype = DLT_EN10MB; /* !! */
/macosx-10.9.5/libpcap-42/libpcap/pcap/
H A Dbpf.h135 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dbpf.h266 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
H A Dbpf.c260 case DLT_EN10MB:
382 case DLT_EN10MB: {
H A Dpktap.c1012 hdr->pth_dlt = DLT_EN10MB;
/macosx-10.9.5/network_cmds-433/rarpd.tproj/
H A Drarpd.c346 if (dlt != DLT_EN10MB) {
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOEthernetInterface.cpp1208 bpfattach( getIfnet(), DLT_EN10MB, sizeof(struct ether_header) ); local
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dtcpdump.c340 { ether_if_print, DLT_EN10MB },

Completed in 247 milliseconds

12