Searched refs:tcp_proto (Results 1 – 3 of 3) sorted by relevance
100 struct protoent *tcp_proto; in lws_plat_set_socket_options() local128 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()
112 struct protoent *tcp_proto; in lws_plat_set_socket_options() local185 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()
96 struct protoent *tcp_proto; in lws_plat_set_socket_options() local