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

1 2 3

  /external/tcpdump/missing/
dlnames.c 56 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
  /external/libpcap/
dlpisubs.c 217 p->linktype = DLT_EN10MB;
221 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
234 p->dlt_list[0] = DLT_EN10MB;
pcap-nit.c 301 p->linktype = DLT_EN10MB;
317 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
330 p->dlt_list[0] = DLT_EN10MB;
pcap-pf.c 369 p->linktype = DLT_EN10MB;
373 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
386 p->dlt_list[0] = DLT_EN10MB;
414 p->linktype = DLT_EN10MB;
pcap-enet.c 228 *linktype = DLT_EN10MB;
pcap-win32.c 544 p->linktype = DLT_EN10MB;
548 p->linktype = DLT_EN10MB;
551 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
564 p->dlt_list[0] = DLT_EN10MB;
615 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 */
    [all...]
pcap-snit.c 378 p->linktype = DLT_EN10MB;
395 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
408 p->dlt_list[0] = DLT_EN10MB;
pcap-snoop.c 255 p->linktype = DLT_EN10MB;
260 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
283 p->dlt_list[0] = DLT_EN10MB;
pcap-bpf.c 584 * that has a link-layer type of DLT_EN10MB and that has
596 if (v == DLT_EN10MB) {
599 if (bdlp->bfl_list[i] != DLT_EN10MB
    [all...]
gencode.c 1017 case DLT_EN10MB:
    [all...]
pcap-snf.c 307 p->linktype = DLT_EN10MB;
pcap-dag.c 1189 * link-layer-type list with DLT_EN10MB and DLT_DOCSIS, so
1198 p->dlt_list[dlt_index++] = DLT_EN10MB;
1202 p->linktype = DLT_EN10MB;
    [all...]
pcap-sita.c 444 case DLT_EN10MB:
454 case DLT_EN10MB:
    [all...]
sf-pcap.c 342 if (p->linktype == DLT_EN10MB) {
pcap.c 983 if (p->dlt_count == 2 && p->dlt_list[0] == DLT_EN10MB &&
987 * link-layer type it offers is DLT_EN10MB, and the only
1114 DLT_CHOICE(DLT_EN10MB, "Ethernet"),
    [all...]
pcap-linux.c     [all...]
pcap-dos.c 185 pcap->linktype = DLT_EN10MB; /* !! */
    [all...]
  /frameworks/base/tests/net/jni/
apf_jni.cpp 76 ScopedPcap pcap(pcap_open_dead(DLT_EN10MB, 65535));
  /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 225 if (pcap_datalink(l2->pcap) != DLT_EN10MB &&
226 pcap_set_datalink(l2->pcap, DLT_EN10MB) < 0) {
227 fprintf(stderr, "pcap_set_datalink(DLT_EN10MB): %s\n",
  /external/libpcap/pcap/
bpf.h 134 #define DLT_EN10MB 1 /* Ethernet (10Mb) */
    [all...]
  /external/syslinux/gpxe/src/util/
hijack.c 210 case DLT_EN10MB:
  /external/tcpdump/
tcpdump.c 212 { ether_if_print, DLT_EN10MB },
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 160 DLT_EN10MB = 0x1
    [all...]

Completed in 212 milliseconds

1 2 3