/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));
|
/external/skia/src/views/ |
SkEventSink.cpp | 248 SkString etype; local 249 evt.getType(&etype); 250 SkDebugf("SkEventTrace: dispatching event <%s> to 0x%x", etype.c_str(), sinkID); 269 SkString etype; local 270 evt.getType(&etype); 271 SkDebugf("SkEventTrace: eventsink not found <%s> for 0x%x\n", etype.c_str(), sinkID);
|
/external/clearsilver/python/examples/base/ |
handle_error.py | 74 def dump_bug (level, etype, msg, location=None, nhdf=None): 85 hdf.setValue("Required.Type", etype)
|
/external/clearsilver/util/ |
neo_err.c | 356 int nerr_handle (NEOERR **err, int etype) 363 if (walk->error == etype) 372 if (walk == STATUS_OK && etype == STATUS_OK_INT) 377 if (walk == INTERNAL_ERR && etype == INTERNAL_ERR_INT) 388 int nerr_match (NEOERR *err, int etype) 393 if (err->error == etype) 398 if (err == STATUS_OK && etype == STATUS_OK_INT) 403 if (err == INTERNAL_ERR && etype == INTERNAL_ERR_INT)
|
/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;
|
isakmp.c | 540 switch (isakmp->etype) { 573 isakmp->etype) < 0) 595 if (iph1->etype != isakmp->etype) { 599 s_isakmp_etype(iph1->etype), 600 s_isakmp_etype(isakmp->etype)); 622 isakmp->etype); 748 isakmp->etype, saddr2str(remote)); 765 isakmp->etype, saddr2str(remote)); 793 if (ph1exchange[etypesw1(iph1->etype)] [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseIterators.java | 472 int eType; 483 eType = _exptype(node); 484 if (eType < DTM.NTYPES) { 485 if (eType == nodeType) { 488 } else if (m_expandedNameTable.getType(eType) == nodeType) { 937 int eType; 946 eType = _exptype(node); 947 if (eType < DTM.NTYPES) { 948 if (eType == nodeType) { 951 } else if (m_expandedNameTable.getType(eType) == nodeType) [all...] |
ExpandedNameTable.java | 302 // ExtendedType etype = m_extendedTypes[ExpandedNameID]; 331 //ExtendedType etype = m_extendedTypes[ExpandedNameID]; 346 //ExtendedType etype = m_extendedTypes[ExpandedNameID];
|
/bionic/libc/include/net/ |
if_ether.h | 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \ 92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
|
if_ieee1394.h | 78 u_int16_t ifh_etype_off; /* etype for first fragment */
|
/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
|
/ndk/build/platforms/android-3/arch-arm/usr/include/net/ |
if_ether.h | 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \ 92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
|
if_ieee1394.h | 78 u_int16_t ifh_etype_off; /* etype for first fragment */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/net/ |
if_ether.h | 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \ 92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
|
if_ieee1394.h | 78 u_int16_t ifh_etype_off; /* etype for first fragment */
|
/ndk/build/platforms/android-5/arch-arm/usr/include/net/ |
if_ether.h | 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \ 92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
|
/ndk/build/platforms/android-5/arch-x86/usr/include/net/ |
if_ether.h | 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \ 92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
|
/ndk/build/platforms/android-8/arch-arm/usr/include/net/ |
if_ether.h | 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \ 92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
|
/ndk/build/platforms/android-8/arch-x86/usr/include/net/ |
if_ether.h | 89 #define ETHER_MAX_FRAME(ifp, etype, hasfcs) \ 92 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM2.java | 285 int eType; 287 eType = _exptype2(node); 288 if (eType >= DTM.NTYPES) [all...] |
/external/libpng/contrib/visupng/ |
cexcept.h | 196 #define define_exception_type(etype) \ 200 volatile struct { etype etmp; } v; \ 206 /* avoid warnings about a duplicate volatile qualifier in case etype */
|
/external/libxml2/include/libxml/ |
entities.h | 52 xmlEntityType etype; /* The entity type */ member in struct:_xmlEntity
|