Home
last modified time | relevance | path

Searched refs:tcp_proto (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c100 struct protoent *tcp_proto; in lws_plat_set_socket_options() local
128 tcp_proto = getprotobyname("TCP"); in lws_plat_set_socket_options()
129 if (!tcp_proto) { in lws_plat_set_socket_options()
134 protonbr = tcp_proto->p_proto; in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c112 struct protoent *tcp_proto; in lws_plat_set_socket_options() local
185 tcp_proto = getprotobyname("TCP"); 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/plat/freertos/
Dfreertos-sockets.c96 struct protoent *tcp_proto; in lws_plat_set_socket_options() local