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

1 2

  /external/chromium_org/third_party/JSON/out/lib/perl5/x86_64-linux-gnu-thread-multi/
perllocal.pod 11 C<LINKTYPE: dynamic>
33 C<LINKTYPE: dynamic>
55 C<LINKTYPE: dynamic>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/
.actionScriptProperties 8 <libraryPathEntry kind="3" linkType="4" path="${PROJECT_FRAMEWORKS}/libs/framework.swc" useDefaultLinkType="true">
16 <libraryPathEntry kind="1" linkType="1" path="lib"/>
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SpamWarningView.java 78 final int linkType = message.spamLinkType;
79 switch (linkType) {
  /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
  /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";
  /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/modules/nfc/
nfc_pn544_example.c 44 dev->linktype = PN544_LINK_TYPE_INVALID;
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java     [all...]
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 43 enum LinkType {
75 LinkType type() const { return type_; }
90 void set_type(LinkType type) { type_ = type; }
98 // Converts value of link.rel into LinkType. Outputs to |type| and returns
101 static bool GetLinkType(const base::StringPiece& rel, LinkType* type);
108 LinkType type_;
317 const Link* GetLinkByType(Link::LinkType type) const;
gdata_wapi_parser.cc 120 Link::LinkType type;
263 bool Link::GetLinkType(const base::StringPiece& rel, Link::LinkType* type) {
282 // in the future, add it into LinkType and kLinkTypeMap.
290 converter->RegisterCustomField<Link::LinkType>(kRelField,
359 const Link* CommonMetadata::GetLinkByType(Link::LinkType type) const {
  /external/chromium_org/third_party/JSON/JSON-2.59/
Makefile 153 LINKTYPE = dynamic
296 LINKTYPE="$(LINKTYPE)"\
387 linkext :: $(LINKTYPE)
700 LINKTYPE "$(LINKTYPE)" \
758 MAKEFILE=$(MAKE_APERL_FILE) LINKTYPE=static \
766 TEST_TYPE=test_$(LINKTYPE)
771 testdb :: testdb_$(LINKTYPE)
  /external/ppp/pppd/include/
pcap-int.h 71 int linktype; member in struct:pcap
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_handler.h 80 enum LinkType {
184 void ShowFlashMediaLink(LinkType link_type, bool show);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
markupbase.py 75 # LINKTYPE, LINK, IDLINK, USELINK, SYSTEM
130 elif decltype in ("attlist", "linktype", "link", "element"):
133 # also link type declaration subsets in linktype declarations

Completed in 791 milliseconds

1 2