Searched defs:etype (Results 1 - 15 of 15) sorted by relevance

/external/tcpdump/
H A Dprint-symantec.c51 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));
H A Daddrtoname.c774 u_short etype = htons(eproto_db[i].p); local
776 memcpy((char *)&protoid[3], (char *)&etype, 2);
H A Disakmp.h109 u_int8_t etype; /* Exchange Type */ member in struct:isakmp
/external/ipsec-tools/src/racoon/
H A Disakmp_frag.c97 int etype; local
104 etype = hdr->etype;
136 hdr->etype = etype;
H A Dremoteconf.c420 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;
H A Dhandler.h130 u_int8_t etype; /* Exchange type actually for use */ member in struct:ph1handle
416 u_int8_t etype; member in struct:ph1dump
H A Disakmp.h69 u_int8_t etype; /* Exchange Type */ member in struct:isakmp
/external/libxml2/include/libxml/
H A Dentities.h52 xmlEntityType etype; /* The entity type */ member in struct:_xmlEntity
H A Dtree.h318 xmlElementTypeVal etype; /* The type */ member in struct:_xmlElement
/external/openssl/crypto/krb5/
H A Dkrb5_asn.h77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
/external/openssl/include/openssl/
H A Dkrb5_asn.h77 ** etype[0] INTEGER, -- EncryptionType
84 ASN1_INTEGER *etype; member in struct:krb5_encdata_st
/external/skia/src/views/
H A DSkEvent.cpp187 SkString etype; local
188 this->getType(&etype);
189 SkDebugf("event<%s> fast32=%d", etype.c_str(), this->getFast32());
/external/libpcap/
H A Dpcap-dos.c816 static WORD etype; variable
826 etype = ep->ether_type;
842 *type = etype;
/external/openssl/ssl/
H A Dkssl.c916 unsigned char *kssl_skip_confound(krb5_enctype etype, unsigned char *a) argument
923 conlen = (etype)? 8: 0;
1276 new5ticket->enc_part.enctype = asn1ticket->encdata->etype->data[0];
2056 enctype = dec_authent->etype->data[0]; /* should = kssl_ctx->enctype */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 319 milliseconds