HomeSort by relevance Sort by last modified time
    Searched full:linktype (Results 1 - 25 of 42) sorted by null

1 2

  /external/libpcap/
savefile.c 557 int linktype; member in struct:linktype_map
824 return (map[i].linktype);
836 linktype_to_dlt(int linktype)
840 for (i = 0; map[i].linktype != -1; i++) {
841 if (map[i].linktype == linktype)
850 return linktype;
854 sf_write_header(FILE *fp, int linktype, int thiszone, int snaplen)
865 hdr.linktype = linktype;
1414 int linktype; local
1448 int linktype; local
    [all...]
pcap-win32.c 428 /*Set the linktype*/
429 switch (type.LinkType)
432 p->linktype = DLT_EN10MB;
436 p->linktype = DLT_EN10MB;
459 p->linktype = DLT_FDDI;
463 p->linktype = DLT_IEEE802;
467 p->linktype = DLT_ARCNET;
471 p->linktype = DLT_ARCNET;
475 p->linktype = DLT_ATM_RFC1483;
479 p->linktype = DLT_CHDLC
    [all...]
pcap-linux.c     [all...]
pcap-dag.c 309 if (p->linktype == DLT_SUNATM) {
372 if (p->linktype == DLT_MTP2_WITH_PHDR) {
671 handle->linktype = -1;
833 p->linktype = dlt;
898 p->linktype = 0;
928 if(!p->linktype)
929 p->linktype = DLT_CHDLC;
953 if(!p->linktype)
954 p->linktype = DLT_EN10MB;
971 if(!p->linktype)
    [all...]
pcap-snoop.c 119 if (p->linktype == DLT_NULL && *((short *)(cp + 2)) == 0) {
256 p->linktype = DLT_EN10MB;
291 p->linktype = DLT_FDDI;
295 p->linktype = DLT_RAW;
298 p->linktype = DLT_IP_OVER_FC;
301 p->linktype = DLT_RAW;
304 p->linktype = DLT_NULL;
gencode.c 796 static int linktype; variable
802 linktype = pcap_datalink(p);
838 switch (linktype) {
    [all...]
pcap-enet.c 152 initdevice(char *device, int pflag, int *linktype)
232 *linktype = DLT_EN10MB;
pcap.c 221 return (p->linktype);
240 **dlt_buffer = p->linktype;
269 if (p->linktype != dlt)
295 p->linktype = dlt;
300 p->linktype = dlt;
756 pcap_open_dead(int linktype, int snaplen)
765 p->linktype = linktype;
wlan_filtering.patch 184 + if (linktype != DLT_IEEE802_11_RADIO
185 + && linktype != DLT_PPI
186 + && linktype != DLT_IEEE802_11
187 + && linktype != DLT_PRISM_HEADER
188 + && linktype != DLT_IEEE802_11_RADIO_AVS)
pcap-pf.c 373 p->linktype = DLT_EN10MB;
397 p->linktype = DLT_FDDI;
402 p->linktype = DLT_SLIP;
408 p->linktype = DLT_PPP;
418 p->linktype = DLT_EN10MB;
425 p->linktype = DLT_IEEE802;
450 if (p->linktype == DLT_FDDI) {
pcap1.h 87 * LINKTYPE_ values, as defined in "savefile.c", in the "linktype"
138 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */ member in struct:pcap1_info_packet
pcap.h 90 * LINKTYPE_ values, as defined in "savefile.c", in the "linktype"
120 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */ member in struct:pcap_file_header
pcap-septel.c 224 handle->linktype = DLT_MTP2;
CHANGES 71 Add DLT/LINKTYPE for carrying FRF.16 Multi-link Frame Relay
73 Added a new DLT and LINKTYPE value for ARINC 653 Interpartition Communcation Messages
77 Added a new DLT and LINKTYPE value for CAN v2.0B frames.
  /external/grub/netboot/
3c90x.c 686 unsigned short linktype; local
801 linktype = 0x0008;
805 linktype = 0x0006;
810 linktype = 0x0005;
815 linktype = 0x0003;
820 linktype = 0x0001;
825 linktype = 0x0006;
830 linktype = 0x0008;
835 linktype = 0x0008;
840 linktype = 0x0008
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 15 // c2.className = "jd-autocomplete jd-selected jd-linktype";
18 // c2.className = "jd-autocomplete jd-linktype";
51 // c2.className = "jd-autocomplete jd-linktype";
66 c1.className = "jd-autocomplete jd-linktype";
  /build/tools/droiddoc/templates-sdk/assets/
search_autocomplete.js 15 // c2.className = "jd-autocomplete jd-selected jd-linktype";
18 // c2.className = "jd-autocomplete jd-linktype";
51 // c2.className = "jd-autocomplete jd-linktype";
66 c1.className = "jd-autocomplete jd-linktype";
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 15 // c2.className = "jd-autocomplete jd-selected jd-linktype";
18 // c2.className = "jd-autocomplete jd-linktype";
51 // c2.className = "jd-autocomplete jd-linktype";
66 c1.className = "jd-autocomplete jd-linktype";
  /hardware/libhardware/include/hardware/
nfc.h 67 nfc_pn544_linktype linktype; member in struct:__anon16239
  /hardware/libhardware/modules/nfc/
nfc_hw_example.c 44 dev->linktype = PN544_LINK_TYPE_INVALID;
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java     [all...]
  /external/ppp/pppd/include/
pcap-int.h 71 int linktype; member in struct:pcap
  /device/samsung/crespo/nfc/
nfc_hw.c 110 dev->linktype = PN544_LINK_TYPE_I2C;
  /device/samsung/tuna/nfc/
nfc_hw.c 129 dev->linktype = PN544_LINK_TYPE_UART;
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 465 JumpLinkType linkType() const { return m_linkType; }
466 void setLinkType(JumpLinkType linkType) { ASSERT(m_linkType == LinkInvalid); m_linkType = linkType; }
    [all...]

Completed in 619 milliseconds

1 2