Home
last modified time | relevance | path

Searched refs:unix_skt (Results 1 – 12 of 12) sorted by relevance

/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() argument
117 if (!unix_skt && vhost->ka_time) { in lws_plat_set_socket_options()
162 if (!unix_skt && vhost->bind_iface && vhost->iface) { in lws_plat_set_socket_options()
175 if (!unix_skt && setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, (const void *)&optval, optlen) < 0) in lws_plat_set_socket_options()
182 if (!unix_skt && setsockopt(fd, SOL_TCP, TCP_NODELAY, (const void *)&optval, optlen) < 0) in lws_plat_set_socket_options()
186 if (!unix_skt && setsockopt(fd, tcp_proto->p_proto, TCP_NODELAY, &optval, optlen) < 0) in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/core-net/client/
Dconnect3.c337 if (wsi->unix_skt) {
360 wsi->unix_skt)) {
439 if (wsi->unix_skt) {
462 if (!wsi->unix_skt)
542 if (!wsi->unix_skt) {
622 if (wsi->unix_skt)
Dconnect2.c275 wsi->unix_skt = 1;
/third_party/libwebsockets/lib/core-net/
Doutput.c272 if (!n && wsi->unix_skt) in lws_ssl_capable_read_no_ssl()
279 if (!n && !wsi->unix_skt) in lws_ssl_capable_read_no_ssl()
Droute.c302 wsi->unix_skt || in _lws_route_check_wsi()
392 !wsi->unix_skt && in _lws_route_pt_close_route_users()
Dwsi.c682 char unix_skt = 0; in lws_parse_uri() local
697 unix_skt = 1; in lws_parse_uri()
712 while (*p && *p != ':' && (unix_skt || *p != '/')) in lws_parse_uri()
Dprivate-lib-core-net.h791 unsigned int unix_skt:1; member
1051 int unix_skt);
/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() argument
/third_party/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c121 if (wsi->unix_skt) in rops_handle_POLLIN_raw_skt()
/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() argument
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c92 int unix_skt) in lws_plat_set_socket_options() argument
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c316 wsi->unix_skt = 1; in _lws_vhost_init_server_af()
1251 char ads[96], host[96], *pcolon, *pslash, unix_skt = 0; in lws_http_proxy_start() local
1280 unix_skt = 1; in lws_http_proxy_start()
1289 if (unix_skt) { in lws_http_proxy_start()