Searched refs:unix_skt (Results 1 – 12 of 12) sorted by relevance
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-sockets.c | 102 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/ |
D | connect3.c | 337 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)
|
D | connect2.c | 275 wsi->unix_skt = 1;
|
/third_party/libwebsockets/lib/core-net/ |
D | output.c | 272 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()
|
D | route.c | 302 wsi->unix_skt || in _lws_route_check_wsi() 392 !wsi->unix_skt && in _lws_route_pt_close_route_users()
|
D | wsi.c | 682 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()
|
D | private-lib-core-net.h | 791 unsigned int unix_skt:1; member 1051 int unix_skt);
|
/third_party/libwebsockets/lib/plat/optee/ |
D | network.c | 198 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/ |
D | ops-raw-skt.c | 121 if (wsi->unix_skt) in rops_handle_POLLIN_raw_skt()
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-sockets.c | 87 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/ |
D | windows-sockets.c | 92 int unix_skt) in lws_plat_set_socket_options() argument
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 316 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()
|