Home
last modified time | relevance | path

Searched defs:unix_skt (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/plat/optee/
Dnetwork.c198 lws_plat_set_socket_options(struct lws_vhost *vhost, int fd, int unix_skt) in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c87 lws_plat_set_socket_options(struct lws_vhost *vhost, int fd, int unix_skt) in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c102 lws_plat_set_socket_options(struct lws_vhost *vhost, int fd, int unix_skt) in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c92 int unix_skt) in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1251 char ads[96], host[96], *pcolon, *pslash, unix_skt = 0; in lws_http_proxy_start() local
/third_party/libwebsockets/lib/core-net/
Dwsi.c682 char unix_skt = 0; in lws_parse_uri() local
Dprivate-lib-core-net.h791 unsigned int unix_skt:1; member