Searched refs:protohost (Results 1 – 1 of 1) sorted by relevance
875 const char *protohost = NULL; in s_client_main() local1076 protohost = opt_arg(); in s_client_main()2374 if (protohost == NULL) in s_client_main()2375 protohost = "mail.example.com"; in s_client_main()2377 BIO_printf(fbio, "LHLO %s\r\n", protohost); in s_client_main()2379 BIO_printf(fbio, "EHLO %s\r\n", protohost); in s_client_main()2473 protohost ? protohost : host); in s_client_main()
Completed in 11 milliseconds