Searched refs:canonical_hostname (Results 1 – 5 of 5) sorted by relevance
52 [2020/03/18 13:13:47:3103] I: canonical_hostname = constance
305 char canonical_hostname[96]; member
244 return (const char *)context->canonical_hostname; in lws_canonical_hostname()
693 strcpy(context->canonical_hostname, "unknown"); in lws_create_context()
3055 gethostname((char *)context->canonical_hostname, in lws_server_get_canonical_hostname()3056 sizeof(context->canonical_hostname) - 1); in lws_server_get_canonical_hostname()3058 lwsl_info(" canonical_hostname = %s\n", context->canonical_hostname); in lws_server_get_canonical_hostname()