/external/tcpdump/missing/ |
dlnames.c | 61 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
|
/external/libpcap/ |
pcap-win32.c | 432 p->linktype = DLT_EN10MB; 436 p->linktype = DLT_EN10MB; 439 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so 452 p->dlt_list[0] = DLT_EN10MB; 503 p->linktype = DLT_EN10MB; /*an unknown adapter is assumed to be ethernet*/
|
pcap-nit.c | 290 p->linktype = DLT_EN10MB; 316 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so 329 p->dlt_list[0] = DLT_EN10MB;
|
pcap-bpf.c | 697 v = DLT_EN10MB; 784 * that has a link-layer type of DLT_EN10MB and that has 791 if (p->linktype == DLT_EN10MB) { 794 if (bdl.bfl_list[i] != DLT_EN10MB) { 821 * give it a list with DLT_EN10MB and DLT_DOCSIS. (That'd give 827 if (p->linktype == DLT_EN10MB && p->dlt_count == 0) { 833 p->dlt_list[0] = DLT_EN10MB;
|
pcap-pf.c | 373 p->linktype = DLT_EN10MB; 377 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so 390 p->dlt_list[0] = DLT_EN10MB; 418 p->linktype = DLT_EN10MB;
|
pcap-bpf.h | 130 #define DLT_EN10MB 1 /* Ethernet (10Mb) */
|
pcap-enet.c | 232 *linktype = DLT_EN10MB;
|
savefile.c | 167 #define LINKTYPE_ETHERNET DLT_EN10MB /* also for 100Mb and up */ 564 { DLT_EN10MB, LINKTYPE_ETHERNET }, 1048 if (magic == KUZNETZOV_TCPDUMP_MAGIC && p->linktype == DLT_EN10MB) { [all...] |
pcap-snit.c | 362 p->linktype = DLT_EN10MB; 379 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so 392 p->dlt_list[0] = DLT_EN10MB;
|
pcap-snoop.c | 256 p->linktype = DLT_EN10MB; 261 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so 284 p->dlt_list[0] = DLT_EN10MB;
|
pcap.c | 282 if (p->dlt_count == 2 && p->dlt_list[0] == DLT_EN10MB && 286 * link-layer type it offers is DLT_EN10MB, and the only 328 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
|
pcap-linux.c | [all...] |
pcap-dag.c | 941 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so 950 p->dlt_list[index++] = DLT_EN10MB; 954 p->linktype = DLT_EN10MB;
|
pcap-dlpi.c | 426 * it's anything other than DLT_EN10MB. 792 p->linktype = DLT_EN10MB; 796 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so 809 p->dlt_list[0] = DLT_EN10MB; [all...] |
gencode.c | 852 case DLT_EN10MB: [all...] |
pcap-dos.c | 168 pcap->linktype = DLT_EN10MB; /* !! */ [all...] |
/external/wpa_supplicant/ |
l2_packet_freebsd.c | 115 if (pcap_datalink(l2->pcap) != DLT_EN10MB && 116 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) { 117 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
|
l2_packet_pcap.c | 230 if (pcap_datalink(l2->pcap) != DLT_EN10MB && 231 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) { 232 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_freebsd.c | 118 if (pcap_datalink(l2->pcap) != DLT_EN10MB && 119 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) { 120 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
|
l2_packet_pcap.c | 230 if (pcap_datalink(l2->pcap) != DLT_EN10MB && 231 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) { 232 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_freebsd.c | 122 if (pcap_datalink(l2->pcap) != DLT_EN10MB && 123 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) { 124 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
|
l2_packet_pcap.c | 230 if (pcap_datalink(l2->pcap) != DLT_EN10MB && 231 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) { 232 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
|
/external/tcpdump/ |
tcpdump.c | 143 { ether_if_print, DLT_EN10MB }, [all...] |