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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Ddlnames.c61 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
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 */
911 { 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.c230 p->linktype = DLT_EN10MB;
H A Dpcap-bpf.c555 * that has a link-layer type of DLT_EN10MB and that has
567 if (v == DLT_EN10MB) {
570 if (bdlp->bfl_list[i] != DLT_EN10MB
1790 v = DLT_EN10MB;
1855 * 802.1 adapters that support monitor mode offer both DLT_EN10MB,
1861 * the DLT_EN10MB value, as you can't get that in monitor mode,
1886 * Purge DLT_EN10MB from the list
1984 * give it a list with DLT_EN10MB and DLT_DOCSIS. (That'd give
1990 if (v == DLT_EN10MB && p->dlt_count == 0) {
1996 p->dlt_list[0] = DLT_EN10MB;
[all...]
H A Dsf-pcap.c244 if (p->linktype == DLT_EN10MB) {
H A Dpcap-dag.c1095 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
1104 p->dlt_list[dlt_index++] = DLT_EN10MB;
1108 p->linktype = DLT_EN10MB;
H A Dpcap-sita.c451 case DLT_EN10MB: proto = "lo"; port = nonUnified_port_num(u, IOPportnum); break;
457 case DLT_EN10MB: proto = "eth"; port = nonUnified_port_num(u, IOPportnum); break;
H A Dpcap-linux.c2477 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
2497 handle->dlt_list[0] = DLT_EN10MB;
2505 handle->linktype = DLT_EN10MB;
2905 (handle->linktype == DLT_EN10MB &&
3094 case DLT_EN10MB:
3317 if (handle->linktype == DLT_EN10MB) {
H A Dgencode.c987 case DLT_EN10MB:
2941 case DLT_EN10MB:
4697 case DLT_EN10MB:
6056 case DLT_EN10MB:
6561 case DLT_EN10MB:
7161 case DLT_EN10MB:
7258 case DLT_EN10MB:
7904 case DLT_EN10MB:
7973 case DLT_EN10MB:
H A Dpcap.c830 if (p->dlt_count == 2 && p->dlt_list[0] == DLT_EN10MB &&
834 * link-layer type it offers is DLT_EN10MB, and the only
961 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
H A Dpcap-dos.c177 pcap->linktype = DLT_EN10MB; /* !! */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dbpf.h135 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Dmain.c672 err = pcap_set_datalink(pp, DLT_EN10MB);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtcpdump.c315 { ether_if_print, DLT_EN10MB },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c672 err = pcap_set_datalink(pp, DLT_EN10MB);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe.c620 if (opt != DLT_EN10MB) {

Completed in 225 milliseconds