Home
last modified time | relevance | path

Searched refs:etype (Results 1 – 25 of 39) sorted by relevance

12

/external/tcpdump/
Dprint-symantec.c51 u_int16_t etype; in symantec_hdr_print() local
55 etype = ntohs(sp->ether_type); in symantec_hdr_print()
57 if (etype <= ETHERMTU) in symantec_hdr_print()
58 (void)printf("invalid ethertype %u", etype); in symantec_hdr_print()
61 tok2str(ethertype_values,"Unknown", etype), in symantec_hdr_print()
62 etype); in symantec_hdr_print()
64 if (etype <= ETHERMTU) in symantec_hdr_print()
65 (void)printf("invalid ethertype %u", etype); in symantec_hdr_print()
67 … (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype)); in symantec_hdr_print()
Disakmp.h109 u_int8_t etype; /* Exchange Type */ member
/external/clearsilver/util/
Dneo_err.c356 int nerr_handle (NEOERR **err, int etype) in nerr_handle() argument
363 if (walk->error == etype) in nerr_handle()
372 if (walk == STATUS_OK && etype == STATUS_OK_INT) in nerr_handle()
377 if (walk == INTERNAL_ERR && etype == INTERNAL_ERR_INT) in nerr_handle()
388 int nerr_match (NEOERR *err, int etype) in nerr_match() argument
393 if (err->error == etype) in nerr_match()
398 if (err == STATUS_OK && etype == STATUS_OK_INT) in nerr_match()
403 if (err == INTERNAL_ERR && etype == INTERNAL_ERR_INT) in nerr_match()
/external/skia/src/views/
DSkEventSink.cpp248 SkString etype; in DoEvent() local
249 evt.getType(&etype); in DoEvent()
250 SkDebugf("SkEventTrace: dispatching event <%s> to 0x%x", etype.c_str(), sinkID); in DoEvent()
269 SkString etype; in DoEvent() local
270 evt.getType(&etype); in DoEvent()
271 SkDebugf("SkEventTrace: eventsink not found <%s> for 0x%x\n", etype.c_str(), sinkID); in DoEvent()
DSkEvent.cpp208 SkString etype; in dump() local
209 this->getType(&etype); in dump()
210 SkDebugf("event<%s> fast32=%d", etype.c_str(), this->getFast32()); in dump()
/external/ipsec-tools/src/racoon/
Disakmp.c540 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)]
800 error = (ph1exchange[etypesw1(iph1->etype)]
[all …]
Disakmp_frag.c97 int etype; local
104 etype = hdr->etype;
136 hdr->etype = etype;
Dremoteconf.c420 check_etypeok(rmconf, etype) in check_etypeok() argument
422 u_int8_t etype;
427 if (e->type == etype)
513 struct etypes *etype = p->etypes; in dump_rmconf_single() local
525 while (etype) { in dump_rmconf_single()
526 pbuf += sprintf (pbuf, "%s%s", s_etype(etype->type), in dump_rmconf_single()
527 etype->next != NULL ? ", " : ";\n"); in dump_rmconf_single()
528 etype = etype->next; in dump_rmconf_single()
Dhandler.h130 u_int8_t etype; /* Exchange type actually for use */ member
416 u_int8_t etype; member
Dhandler.c245 pd->etype = iph1->etype; in dumpph1()
1368 if (iph1->etype == e->type) in revalidate_ph1()
1378 if (iph1->etype == ISAKMP_ETYPE_AGG && in revalidate_ph1()
1471 if (iph1->etype != ISAKMP_ETYPE_AGG && in revalidate_ph1()
Doakley.c977 if (iph1->etype != ISAKMP_ETYPE_BASE) {
1118 if (iph1->etype != ISAKMP_ETYPE_BASE) {
1284 switch (iph1->etype) {
1297 "invalid etype %d\n", iph1->etype);
1473 switch (iph1->etype) {
1486 "invalid etype %d\n", iph1->etype);
1562 switch (iph1->etype) {
1569 "invalid etype %d\n", iph1->etype);
2491 if (iph1->etype != ISAKMP_ETYPE_IDENT) {
Disakmp.h69 u_int8_t etype; /* Exchange Type */ member
/external/bluetooth/glib/gobject/
Dgsourceclosure.c47 static GType etype = 0; in g_io_condition_get_type() local
48 if (etype == 0) in g_io_condition_get_type()
59 etype = g_flags_register_static ("GIOCondition", values); in g_io_condition_get_type()
61 return etype; in g_io_condition_get_type()
/external/libpng/contrib/visupng/
Dcexcept.h196 #define define_exception_type(etype) \ argument
200 volatile struct { etype etmp; } v; \
/external/clearsilver/python/examples/base/
Dhandle_error.py74 def dump_bug (level, etype, msg, location=None, nhdf=None): argument
85 hdf.setValue("Required.Type", etype)
/external/libxml2/
Dentities.c164 ret->etype = (xmlEntityType) type; in xmlCreateEntity()
838 cur->etype = ent->etype; in xmlCopyEntity()
921 switch (ent->etype) { in xmlDumpEntityDecl()
Dvalid.c300 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) { in vstateVPush()
326 if ((elemDecl != NULL) && (elemDecl->etype == XML_ELEMENT_TYPE_ELEMENT)) { in vstateVPop()
821 if (elem->etype != XML_ELEMENT_TYPE_ELEMENT) in xmlValidBuildContentModel()
1474 if ((ret != NULL) && (ret->etype == XML_ELEMENT_TYPE_UNDEFINED)) { in xmlAddElementDecl()
1488 if (ret->etype != XML_ELEMENT_TYPE_UNDEFINED) { in xmlAddElementDecl()
1563 ret->etype = type; in xmlAddElementDecl()
1627 cur->etype = elem->etype; in xmlCopyElement()
1670 switch (elem->etype) { in xmlDumpElementDecl()
3271 cur->etype = XML_ELEMENT_TYPE_UNDEFINED; in xmlGetDtdElementDesc2()
3439 switch (elemDecl->etype) { in xmlIsMixedElement()
[all …]
Dparser.c2390 if ((entity->etype == XML_INTERNAL_PARAMETER_ENTITY) || in xmlParserHandlePEReference()
2391 (entity->etype == XML_EXTERNAL_PARAMETER_ENTITY)) { in xmlParserHandlePEReference()
2425 if ((entity->etype == XML_EXTERNAL_PARAMETER_ENTITY) && in xmlParserHandlePEReference()
2537 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) { in xmlStringLenDecodeEntities()
3674 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) { in xmlParseAttValueComplex()
3690 if (ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) { in xmlParseAttValueComplex()
3720 if ((ent->etype != XML_INTERNAL_PREDEFINED_ENTITY) && in xmlParseAttValueComplex()
6677 (ent->etype == XML_INTERNAL_PREDEFINED_ENTITY)) { in xmlParseReference()
6714 if (ent->etype == XML_INTERNAL_GENERAL_ENTITY) { in xmlParseReference()
6720 } else if (ent->etype == XML_EXTERNAL_GENERAL_PARSED_ENTITY) { in xmlParseReference()
[all …]
Dxinclude.c1266 switch (ent->etype) { in xmlXIncludeMergeEntity()
1276 ret = xmlAddDocEntity(doc, ent->name, ent->etype, ent->ExternalID, in xmlXIncludeMergeEntity()
1284 if (ent->etype != prev->etype) in xmlXIncludeMergeEntity()
1305 switch (ent->etype) { in xmlXIncludeMergeEntity()
/external/ipsec-tools/
Dsetup.c336 struct etypes *check_etypeok(struct remoteconf *rmconf, uint8_t etype) in check_etypeok() argument
339 while (p && etype != p->type) { in check_etypeok()
/external/openssl/crypto/krb5/
Dkrb5_asn.h84 ASN1_INTEGER *etype; member
Dkrb5_asn.c64 ASN1_EXP(KRB5_ENCDATA, etype, ASN1_INTEGER, 0),
/external/openssl/include/openssl/
Dkrb5_asn.h84 ASN1_INTEGER *etype; member
/external/libxml2/include/libxml/
Dentities.h52 xmlEntityType etype; /* The entity type */ member
/external/libpcap/
Dpcap-dos.c816 static WORD etype; variable
826 etype = ep->ether_type; in watt32_recv_hook()
842 *type = etype; in pcap_recv_hook()

12