HomeSort by relevance Sort by last modified time
    Searched refs:DLT_EN10MB (Results 1 - 22 of 22) sorted by null

  /external/tcpdump/missing/
dlnames.c 61 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
  /external/libpcap/
dlpisubs.c 221 p->linktype = DLT_EN10MB;
225 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
238 p->dlt_list[0] = DLT_EN10MB;
pcap-nit.c 305 p->linktype = DLT_EN10MB;
321 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
334 p->dlt_list[0] = DLT_EN10MB;
pcap-pf.c 374 p->linktype = DLT_EN10MB;
378 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
391 p->dlt_list[0] = DLT_EN10MB;
419 p->linktype = DLT_EN10MB;
pcap-enet.c 232 *linktype = DLT_EN10MB;
pcap-win32.c 514 p->linktype = DLT_EN10MB;
518 p->linktype = DLT_EN10MB;
521 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
534 p->dlt_list[0] = DLT_EN10MB;
585 p->linktype = DLT_EN10MB; /*an unknown adapter is assumed to be ethernet*/
pcap-common.c 117 #define LINKTYPE_ETHERNET DLT_EN10MB /* also for 100Mb and up */
947 { DLT_EN10MB, LINKTYPE_ETHERNET },
    [all...]
pcap-snit.c 383 p->linktype = DLT_EN10MB;
400 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
413 p->dlt_list[0] = DLT_EN10MB;
pcap-snoop.c 259 p->linktype = DLT_EN10MB;
264 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
287 p->dlt_list[0] = DLT_EN10MB;
pcap-snf.c 248 p->linktype = DLT_EN10MB;
pcap-bpf.c 588 * that has a link-layer type of DLT_EN10MB and that has
600 if (v == DLT_EN10MB) {
603 if (bdlp->bfl_list[i] != DLT_EN10MB
    [all...]
sf-pcap.c 342 if (p->linktype == DLT_EN10MB) {
pcap-dag.c 1149 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
1158 p->dlt_list[dlt_index++] = DLT_EN10MB;
1162 p->linktype = DLT_EN10MB;
    [all...]
pcap-sita.c 446 case DLT_EN10MB:
456 case DLT_EN10MB:
    [all...]
gencode.c 985 case DLT_EN10MB:
    [all...]
pcap.c 971 if (p->dlt_count == 2 && p->dlt_list[0] == DLT_EN10MB &&
975 * link-layer type it offers is DLT_EN10MB, and the only
1102 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
    [all...]
pcap-linux.c     [all...]
pcap-dos.c 187 pcap->linktype = DLT_EN10MB; /* !! */
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 116 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",
l2_packet_pcap.c 224 if (pcap_datalink(l2->pcap) != DLT_EN10MB &&
225 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) {
226 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
  /external/libpcap/pcap/
bpf.h 135 #define DLT_EN10MB 1 /* Ethernet (10Mb) */
    [all...]
  /external/tcpdump/
tcpdump.c 318 { ether_if_print, DLT_EN10MB },
    [all...]

Completed in 451 milliseconds