Searched refs:DLT_EN10MB (Results 1 – 25 of 31) sorted by relevance
12
/external/scapy/scapy/contrib/ |
D | ppi.py | 29 from scapy.data import DLT_EN10MB, DLT_IEEE802_11, DLT_PPI 100 bind_layers(PPI, Ether, dlt=DLT_EN10MB)
|
/external/libpcap/ |
D | pcap-pf.c | 391 p->linktype = DLT_EN10MB; in pcap_activate_pf() 408 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_pf() 436 p->linktype = DLT_EN10MB; in pcap_activate_pf()
|
D | dlpisubs.c | 231 p->linktype = DLT_EN10MB; in pcap_process_mactype() 248 p->dlt_list[0] = DLT_EN10MB; in pcap_process_mactype()
|
D | pcap-nit.c | 318 p->linktype = DLT_EN10MB; in pcap_activate_nit() 348 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_nit()
|
D | pcap-snoop.c | 262 p->linktype = DLT_EN10MB; in pcap_activate_snoop() 290 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_snoop()
|
D | pcap-snit.c | 405 p->linktype = DLT_EN10MB; in pcap_activate_snit() 437 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_snit()
|
D | pcap-common.c | 108 #define LINKTYPE_ETHERNET DLT_EN10MB /* also for 100Mb and up */ 1214 { DLT_EN10MB, LINKTYPE_ETHERNET },
|
D | pcap-enet.c | 228 *linktype = DLT_EN10MB; in initdevice()
|
D | pcap-tc.c | 521 pPpiHeader->PacketHeader.PphDlt = DLT_EN10MB; in TcActivate() 541 p->linktype = DLT_EN10MB; in TcActivate() 547 p->dlt_list[0] = DLT_EN10MB; in TcActivate() 942 if (p->linktype == DLT_EN10MB) in TcRead()
|
D | pcap-bpf.c | 824 if (v == DLT_EN10MB) { in get_dlt_list() 827 if (bdlp->bfl_list[i] != DLT_EN10MB in get_dlt_list() 2231 v = DLT_EN10MB; 2432 if (v == DLT_EN10MB && p->dlt_count == 0) { 2438 p->dlt_list[0] = DLT_EN10MB; 3256 case DLT_EN10MB:
|
D | pcap-haiku.cpp | 182 handle->linktype = DLT_EN10MB; in pcap_activate_haiku()
|
D | pcap-npf.c | 1008 p->linktype = DLT_EN10MB; in pcap_activate_npf() 1012 p->linktype = DLT_EN10MB; in pcap_activate_npf() 1028 p->dlt_list[0] = DLT_EN10MB; in pcap_activate_npf() 1094 p->linktype = DLT_EN10MB; in pcap_activate_npf()
|
D | pcap-dag.c | 552 if ((p->linktype != DLT_EN10MB) && in dag_read() 1329 p->dlt_list[dlt_index++] = DLT_EN10MB; 1333 p->linktype = DLT_EN10MB;
|
D | pcap-netmap.c | 265 p->linktype = DLT_EN10MB; in pcap_netmap_activate()
|
D | pcap-linux.c | 1840 handle->dlt_list[0] = DLT_EN10MB; in map_arphrd_to_dlt() 1849 handle->linktype = DLT_EN10MB; in map_arphrd_to_dlt() 2383 (handle->linktype == DLT_EN10MB && in activate_pf_packet() 2578 case DLT_EN10MB: in activate_pf_packet() 2955 if (handle->linktype == DLT_EN10MB) { in create_ring() 4971 { "none", DLT_EN10MB }, 5030 case DLT_EN10MB: in iface_dsa_get_proto_info()
|
D | pcap-snf.c | 307 p->linktype = DLT_EN10MB; in snf_activate()
|
D | pcap-rdmasniff.c | 300 handle->linktype = DLT_EN10MB; in rdmasniff_activate()
|
D | pcap-sita.c | 453 case DLT_EN10MB: in translate_IOP_to_pcap_name() 463 case DLT_EN10MB: in translate_IOP_to_pcap_name()
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_freebsd.c | 116 if (pcap_datalink(l2->pcap) != DLT_EN10MB && in l2_packet_init_libpcap() 117 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) { in l2_packet_init_libpcap()
|
D | l2_packet_pcap.c | 225 if (pcap_datalink(l2->pcap) != DLT_EN10MB && in l2_packet_init_libpcap() 226 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) { in l2_packet_init_libpcap()
|
/external/tcpdump/missing/ |
D | dlnames.c | 57 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
|
/external/libpcap/pcap/ |
D | dlt.h | 63 #define DLT_EN10MB 1 /* Ethernet (10Mb) */ macro
|
/external/usrsctp/fuzzer/ |
D | pcap2corpus.c | 228 case DLT_EN10MB: in main()
|
/external/scapy/scapy/ |
D | data.py | 45 DLT_EN10MB = 1 variable
|
/external/tcpdump/ |
D | print.c | 47 { ether_if_print, DLT_EN10MB },
|
12