HomeSort by relevance Sort by last modified time
    Searched full:atyp (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tnef.h 76 typedef WORD ATYP;
83 ATYP atyp; member in struct:_renddata
  /external/openssl/apps/
asn1pars.c 393 ASN1_TYPE *atyp = NULL; local
409 atyp = ASN1_generate_nconf(genstr, cnf);
413 if (!atyp)
416 len = i2d_ASN1_TYPE(atyp, NULL);
426 i2d_ASN1_TYPE(atyp, &p);
428 ASN1_TYPE_free(atyp);
441 ASN1_TYPE_free(atyp);
  /external/smack/src/org/jivesoftware/smack/proxy/
Socks5ProxySocketFactory.java 224 |VER | CMD | RSV | ATYP | DST.ADDR | DST.PORT |
237 o ATYP address type of following address
269 |VER | REP | RSV | ATYP | BND.ADDR | BND.PORT |
289 o ATYP address type of following address
  /external/chromium_org/third_party/webrtc/base/
socketadapters.cc 579 uint8 ver, rep, rsv, atyp;
583 !response.ReadUInt8(&atyp))
592 if (atyp == 1) {
598 } else if (atyp == 3) {
606 } else if (atyp == 4) {

Completed in 206 milliseconds