Home
last modified time | relevance | path

Searched refs:unix_socket_perms (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dnetwork.c348 if (vhost->unix_socket_perms) { in lws_socket_bind()
350 vhost->unix_socket_perms, &uid, &gid)) { in lws_socket_bind()
352 vhost->unix_socket_perms); in lws_socket_bind()
Dvhost.c705 vh->unix_socket_perms = info->unix_socket_perms; in lws_create_vhost()
Dprivate-lib-core-net.h476 const char *unix_socket_perms; member
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h753 const char *unix_socket_perms; /**< VHOST: if your vhost is listening member
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-process.c787 info.unix_socket_perms = "root:root"; in lws_ss_proxy_create()
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c639 a->info->unix_socket_perms = a->p; in lejp_vhosts_cb()