Home
last modified time | relevance | path

Searched refs:canonical_hostname (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
DREADME.md52 [2020/03/18 13:13:47:3103] I: canonical_hostname = constance
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h305 char canonical_hostname[96]; member
Dlibwebsockets.c244 return (const char *)context->canonical_hostname; in lws_canonical_hostname()
Dcontext.c693 strcpy(context->canonical_hostname, "unknown"); in lws_create_context()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c3055 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()