HomeSort by: relevance | last modified time | path
    Searched refs:protohost (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 813 const char *protohost = NULL; local
1005 protohost = opt_arg();
2191 if (protohost == NULL)
2192 protohost = "mail.example.com";
2194 BIO_printf(fbio, "LHLO %s\r\n", protohost);
2196 BIO_printf(fbio, "EHLO %s\r\n", protohost);
2290 protohost ? protohost : host);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 909 const char *protohost = NULL; local
1095 protohost = opt_arg();
2211 if (protohost == NULL)
2212 protohost = "mail.example.com";
2214 BIO_printf(fbio, "LHLO %s\r\n", protohost);
2216 BIO_printf(fbio, "EHLO %s\r\n", protohost);
2302 protohost ? protohost : host);
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 960 const char *protohost = NULL; local
1164 protohost = opt_arg();
2462 if (protohost == NULL)
2463 protohost = "mail.example.com";
2465 BIO_printf(fbio, "LHLO %s\r\n", protohost);
2467 BIO_printf(fbio, "EHLO %s\r\n", protohost);
2551 protohost ? protohost : host);

Completed in 189 milliseconds