HomeSort by relevance Sort by last modified time
    Searched defs:servername (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd/
dhcp.h 139 uint8_t servername[SERVERNAME_LEN]; /* server host name */ member in struct:dhcp_message
  /external/openssl/apps/
s_client.c 247 BIO_printf(bio_err," -servername host - Set TLS extension servername in ClientHello\n");
336 char *servername = NULL; local
594 else if (strcmp(*argv,"-servername") == 0)
597 servername= *(++argv);
768 if (servername != NULL)
801 if (servername != NULL)
803 if (!SSL_set_tlsext_host_name(con,servername))
805 BIO_printf(bio_err,"Unable to set TLS servername extension.\n");
    [all...]
s_server.c 399 BIO_printf(bio_err," -servername host - servername for HostName TLS extension\n");
401 BIO_printf(bio_err," -cert2 arg - certificate file to use for servername\n");
403 BIO_printf(bio_err," -key2 arg - Private Key file to use for servername, in cert file if\n");
568 char * servername; member in struct:tlsextctx_st
577 const char * servername = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); local
578 if (servername && p->biodebug)
579 BIO_printf(p->biodebug,"Hostname in TLS extension: \"%s\"\n",servername);
581 if (!p->servername)
584 if (servername)
    [all...]
  /external/quake/quake/src/QW/client/
client.h 172 char servername[MAX_OSPATH]; // name of server from original connect member in struct:__anon4960

Completed in 299 milliseconds