Searched refs:IPPROTO_TCP (Results 1 – 9 of 9) sorted by relevance
21 if ((ret = setsockopt(sockfd, IPPROTO_TCP, TCP_MD5SIG, &md5, sizeof(md5))) < 0) {
479 if ((level == IPPROTO_TCP) && (optname == TCP_MD5SIG)) { in tcp_md5_setsockopt_hook()
172 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_connect()218 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_bind()
182 case IPPROTO_TCP: in dp_msging()
2374 #ifndef IPPROTO_TCP2375 #define IPPROTO_TCP 6 macro2406 if (get_ipproto(pkt) != IPPROTO_TCP)
1522 if (get_ip6nh(pkt) != IPPROTO_TCP)
259 #define IPPROTO_TCP 6 macro
3123 case IPPROTO_TCP: in lwip_getsockopt_impl()3596 case IPPROTO_TCP: in lwip_setsockopt_impl()
3742 for socket options (lwip_set/-getsockopt) used with level IPPROTO_TCP from
Completed in 37 milliseconds