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

  /external/tcpdump/
print-symantec.c 51 u_int16_t etype; local
55 etype = ntohs(sp->ether_type);
57 if (etype <= ETHERMTU)
58 (void)printf("invalid ethertype %u", etype);
61 tok2str(ethertype_values,"Unknown", etype),
62 etype);
64 if (etype <= ETHERMTU)
65 (void)printf("invalid ethertype %u", etype);
67 (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
addrtoname.c 774 u_short etype = htons(eproto_db[i].p); local
776 memcpy((char *)&protoid[3], (char *)&etype, 2);
isakmp.h 109 u_int8_t etype; /* Exchange Type */ member in struct:isakmp
  /external/bluetooth/glib/gobject/
gsourceclosure.c 47 static GType etype = 0; local
48 if (etype == 0)
59 etype = g_flags_register_static ("GIOCondition", values);
61 return etype;
  /external/ipsec-tools/src/racoon/
isakmp_frag.c 97 int etype; local
104 etype = hdr->etype;
136 hdr->etype = etype;
remoteconf.c 420 check_etypeok(rmconf, etype)
422 u_int8_t etype;
427 if (e->type == etype)
513 struct etypes *etype = p->etypes; local
525 while (etype) {
526 pbuf += sprintf (pbuf, "%s%s", s_etype(etype->type),
527 etype->next != NULL ? ", " : ";\n");
528 etype = etype->next;
handler.h 130 u_int8_t etype; /* Exchange type actually for use */ member in struct:ph1handle
416 u_int8_t etype; member in struct:ph1dump
isakmp.h 69 u_int8_t etype; /* Exchange Type */ member in struct:isakmp
  /external/libxml2/include/libxml/
entities.h 52 xmlEntityType etype; /* The entity type */ member in struct:_xmlEntity
tree.h 318 xmlElementTypeVal etype; /* The type */ member in struct:_xmlElement
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemVariable.java 412 int etype = t.getXSLToken(); local
414 if (Constants.ELEMNAME_VALUEOF == etype)
427 else if (Constants.ELEMNAME_TEXTLITERALRESULT == etype)
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 967 int etype = _exptype(current); // may call nextNode() local
969 if (NULL == etype)
972 if (etype != expandedTypeID)
    [all...]
  /external/openssl/crypto/krb5/
krb5_asn.h 77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
  /external/openssl/include/openssl/
krb5_asn.h 77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
  /external/skia/src/views/
SkEvent.cpp 187 SkString etype; local
188 this->getType(&etype);
189 SkDebugf("event<%s> fast32=%d", etype.c_str(), this->getFast32());
  /external/libpcap/
pcap-dos.c 816 static WORD etype; variable
826 etype = ep->ether_type;
842 *type = etype;
    [all...]
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 756 int etype = exprType; local
759 if (is2word(etype, dim)) {
764 else if (etype == VOID)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 103 unsigned long etype; member in struct:cdkfeature
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 103 unsigned long etype; member in struct:cdkfeature
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 103 unsigned long etype; member in struct:cdkfeature
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 733 milliseconds