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

/freebsd-11-stable/crypto/openssl/apps/
H A Dasn1pars.c380 ASN1_TYPE *atyp = NULL; local
394 atyp = ASN1_generate_nconf(genstr, cnf);
398 if (!atyp)
401 len = i2d_ASN1_TYPE(atyp, NULL);
411 i2d_ASN1_TYPE(atyp, &p);
413 ASN1_TYPE_free(atyp);
426 ASN1_TYPE_free(atyp);
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dusage.c1036 char const * atyp; local
1044 atyp = at->pzOpt;
1047 case OPARG_TYPE_NONE: atyp = at->pzNo; break;
1048 case OPARG_TYPE_ENUMERATION: atyp = at->pzKey; break;
1049 case OPARG_TYPE_FILE: atyp = at->pzFile; break;
1050 case OPARG_TYPE_MEMBERSHIP: atyp = at->pzKeyL; break;
1051 case OPARG_TYPE_BOOLEAN: atyp = at->pzBool; break;
1052 case OPARG_TYPE_NUMERIC: atyp = at->pzNum; break;
1053 case OPARG_TYPE_HIERARCHY: atyp = at->pzNest; break;
1054 case OPARG_TYPE_STRING: atyp
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dchannels.c1237 u_int8_t atyp; member in struct:__anon4491
1286 switch (s5_req.atyp){
1300 debug2("channel %d: bad socks5 atyp %d", c->self, s5_req.atyp);
1304 if (s5_req.atyp == SSH_SOCKS5_DOMAIN)
1309 if (s5_req.atyp == SSH_SOCKS5_DOMAIN)
1316 if (s5_req.atyp == SSH_SOCKS5_DOMAIN) {
1336 s5_rsp.atyp = SSH_SOCKS5_IPV4;

Completed in 112 milliseconds