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

12

/freebsd-10.2-release/contrib/tcpdump/missing/
H A Ddlnames.c61 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
/freebsd-10.2-release/contrib/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 */
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.c557 * that has a link-layer type of DLT_EN10MB and that has
569 if (v == DLT_EN10MB) {
572 if (bdlp->bfl_list[i] != DLT_EN10MB
1810 v = DLT_EN10MB;
1875 * 802.1 adapters that support monitor mode offer both DLT_EN10MB,
1881 * the DLT_EN10MB value, as you can't get that in monitor mode,
1906 * Purge DLT_EN10MB from the list
2004 * give it a list with DLT_EN10MB and DLT_DOCSIS. (That'd give
2010 if (v == DLT_EN10MB && p->dlt_count == 0) {
2016 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) {
/freebsd-10.2-release/contrib/ipfilter/
H A Dpcap-bpf.h132 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
H A Dbpf-ipf.h182 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
/freebsd-10.2-release/usr.sbin/wake/
H A Dwake.c100 if (dlt != DLT_EN10MB)
/freebsd-10.2-release/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-10.2-release/lib/libpcap/
H A Dpcap-netmap.c240 p->linktype = DLT_EN10MB;
/freebsd-10.2-release/libexec/rbootd/
H A Dbpf.c123 if (n != DLT_EN10MB) {
/freebsd-10.2-release/contrib/libpcap/pcap/
H A Dbpf.h135 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
/freebsd-10.2-release/sys/netgraph/netflow/
H A Dng_netflow.c307 * will be DLT_EN10MB.
309 iface->info.ifinfo_dlt = DLT_EN10MB;
435 case DLT_EN10MB:
436 iface->info.ifinfo_dlt = DLT_EN10MB;
689 case DLT_EN10MB: /* Ethernet */
/freebsd-10.2-release/tools/tools/net80211/wesside/dics/
H A Ddics.c382 case DLT_EN10MB:
/freebsd-10.2-release/sys/net/
H A Dbpf.h238 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro

Completed in 131 milliseconds

12