Searched refs:lws_plat_set_socket_options_ip (Results 1 - 7 of 7) sorted by relevance
/third_party/libwebsockets/lib/plat/optee/ |
H A D | network.c | 260 lws_plat_set_socket_options_ip(int fd, uint8_t pri, unsigned int lws_flags) in lws_plat_set_socket_options_ip() function
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-sockets.c | 155 lws_plat_set_socket_options_ip(lws_sockfd_type fd, uint8_t pri, int lws_flags) in lws_plat_set_socket_options_ip() function
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-sockets.c | 158 lws_plat_set_socket_options_ip(lws_sockfd_type fd, uint8_t pri, int lws_flags) in lws_plat_set_socket_options_ip() function
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-sockets.c | 221 lws_plat_set_socket_options_ip(lws_sockfd_type fd, uint8_t pri, int lws_flags) in lws_plat_set_socket_options_ip() function
|
/third_party/libwebsockets/lib/core-net/ |
H A D | adopt.c | 304 if (lws_plat_set_socket_options_ip(new_wsi->desc.sockfd, in lws_adopt_ss_server_accept()
|
H A D | private-lib-core-net.h | 1054 lws_plat_set_socket_options_ip(lws_sockfd_type fd, uint8_t pri, int lws_flags);
|
/third_party/libwebsockets/lib/core-net/client/ |
H A D | connect3.c | 496 if (lws_plat_set_socket_options_ip(wsi->desc.sockfd,
|
Completed in 8 milliseconds