Searched refs:atyp (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/openssl/apps/
H A Dasn1pars.c393 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);
/freebsd-10.0-release/crypto/openssh/
H A Dchannels.c1184 u_int8_t atyp; member in struct:__anon4933
1233 switch (s5_req.atyp){
1247 debug2("channel %d: bad socks5 atyp %d", c->self, s5_req.atyp);
1251 if (s5_req.atyp == SSH_SOCKS5_DOMAIN)
1256 if (s5_req.atyp == SSH_SOCKS5_DOMAIN)
1263 if (s5_req.atyp == SSH_SOCKS5_DOMAIN) {
1283 s5_rsp.atyp = SSH_SOCKS5_IPV4;

Completed in 192 milliseconds