Home
last modified time | relevance | path

Searched refs:etype (Results 1 – 25 of 41) 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/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/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/ipsec-tools/src/racoon/
Dremoteconf.c166 rmconf_match_etype_and_approval(rmconf, etype, approval) in rmconf_match_etype_and_approval() argument
168 int etype;
173 if (check_etypeok(rmconf, (void *) (intptr_t) etype) == 0)
179 if (etype == ISAKMP_ETYPE_AGG &&
237 if (rmsel->etype != ISAKMP_ETYPE_NONE) {
238 tmp=rmconf_match_etype_and_approval(rmconf, rmsel->etype,
242 "Not matched: etype (%d)/approval mismatch (%d).\n", rmsel->etype, tmp);
301 rmsel->etype = iph1->etype;
902 u_int8_t etype = (u_int8_t) (intptr_t) ctx; local
906 if (e->type == etype)
[all …]
Disakmp.c537 switch (isakmp->etype) {
570 isakmp->etype) < 0)
592 if (iph1->etype != isakmp->etype) {
596 s_isakmp_etype(iph1->etype),
597 s_isakmp_etype(isakmp->etype));
619 isakmp->etype);
745 isakmp->etype, saddr2str(remote));
762 isakmp->etype, saddr2str(remote));
790 if (ph1exchange[etypesw1(iph1->etype)]
797 error = (ph1exchange[etypesw1(iph1->etype)]
[all …]
Disakmp_frag.c97 int etype; local
104 etype = hdr->etype;
136 hdr->etype = etype;
Dhandler.h133 u_int8_t etype; /* Exchange type actually for use */ member
453 u_int8_t etype; member
Dremoteconf.h180 int etype; member
Disakmp.h69 u_int8_t etype; /* Exchange Type */ member
Doakley.c1027 if (iph1->etype != ISAKMP_ETYPE_BASE) {
1168 if (iph1->etype != ISAKMP_ETYPE_BASE) {
1334 switch (iph1->etype) {
1347 "invalid etype %d\n", iph1->etype);
1495 switch (iph1->etype) {
1508 "invalid etype %d\n", iph1->etype);
1576 switch (iph1->etype) {
1583 "invalid etype %d\n", iph1->etype);
2407 if (iph1->etype != ISAKMP_ETYPE_IDENT) {
/external/libpng/contrib/visupng/
Dcexcept.h196 #define define_exception_type(etype) \ argument
200 volatile struct { etype etmp; } v; \
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemVariable.java412 int etype = t.getXSLToken(); in rewriteChildToExpression() local
414 if (Constants.ELEMNAME_VALUEOF == etype) in rewriteChildToExpression()
427 else if (Constants.ELEMNAME_TEXTLITERALRESULT == etype) in rewriteChildToExpression()
/external/chromium/chrome/browser/automation/
Dui_controls_mac.mm311 NSEventType etype = 0;
314 etype = NSLeftMouseUp;
316 etype = NSLeftMouseDown;
320 etype = NSOtherMouseUp;
322 etype = NSOtherMouseDown;
326 etype = NSRightMouseUp;
328 etype = NSRightMouseDown;
339 [NSEvent mouseEventWithType:etype
/external/openssl/include/openssl/
Dkrb5_asn.h84 ASN1_INTEGER *etype; member
/external/openssl/crypto/krb5/
Dkrb5_asn.h84 ASN1_INTEGER *etype; member
Dkrb5_asn.c64 ASN1_EXP(KRB5_ENCDATA, etype, ASN1_INTEGER, 0),
/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 …]
/external/libxml2/include/libxml/
Dentities.h52 xmlEntityType etype; /* The entity type */ member
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java967 int etype = _exptype(current); // may call nextNode() in next() local
969 if (NULL == etype) in next()
972 if (etype != expandedTypeID) in next()
/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()
/external/javassist/src/main/javassist/compiler/
DMemberCodeGen.java756 int etype = exprType; in setReturnType() local
759 if (is2word(etype, dim)) { in setReturnType()
764 else if (etype == VOID) in setReturnType()

12