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

1 2

  /external/tcpdump/
print-symantec.c 52 u_int16_t etype; local
56 etype = EXTRACT_16BITS(&sp->ether_type);
58 if (etype <= ETHERMTU)
59 (void)printf("invalid ethertype %u", etype);
62 tok2str(ethertype_values,"Unknown", etype),
63 etype);
65 if (etype <= ETHERMTU)
66 (void)printf("invalid ethertype %u", etype);
68 (void)printf("%s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", etype));
addrtoname.c 816 u_short etype = htons(eproto_db[i].p); local
818 memcpy((char *)&protoid[3], (char *)&etype, 2);
isakmp.h 109 u_int8_t etype; /* Exchange Type */ member in struct:isakmp
  /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/chromium_org/third_party/libxml/src/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/libxml2/include/libxml/
entities.h 52 xmlEntityType etype; /* The entity type */ member in struct:_xmlEntity
tree.h 356 xmlElementTypeVal etype; /* The type */ member in struct:_xmlElement
    [all...]
  /external/openssl/crypto/cms/
cms_lib.c 290 ASN1_OBJECT **petype, *etype; local
296 etype = OBJ_dup(oid);
297 if (!etype)
300 *petype = etype;
  /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/chromium_org/third_party/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/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 840 static WORD etype; variable
850 etype = ep->ether_type;
866 *type = etype;
    [all...]
pcap-usb-linux.c 474 char etype, pipeid1, pipeid2, status[16], urb_tag, line[USB_LINE_LEN]; local
504 ret = sscanf(string, "%x %d %c %c%c:%d:%d %s%n", &tag, &timestamp, &etype,
544 if (etype == 'C')
556 uhdr->event_type = etype;
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
parse-filter.c 400 create_arg_exp(enum filter_exp_type etype)
406 arg->op.type = etype;
412 create_arg_cmp(enum filter_exp_type etype)
419 arg->op.type = etype;
634 enum filter_exp_type *etype)
637 *etype = FILTER_EXP_NONE;
652 *etype = FILTER_EXP_ADD;
654 *etype = FILTER_EXP_SUB;
656 *etype = FILTER_EXP_MUL;
658 *etype = FILTER_EXP_DIV
899 enum filter_exp_type etype; local
    [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/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/linux/
cdk.h 103 unsigned long etype; member in struct:cdkfeature
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 2322 PyObject *etype, *eval, *etb; local
    [all...]

Completed in 1483 milliseconds

1 2