Searched refs:protohost (Results 1 – 1 of 1) sorted by relevance
813 const char *protohost = NULL; in s_client_main() local1005 protohost = opt_arg(); in s_client_main()2191 if (protohost == NULL) in s_client_main()2192 protohost = "mail.example.com"; in s_client_main()2194 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()2196 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()2290 protohost ? protohost : host); in s_client_main()