Searched refs:SOL_TCP (Results 1 – 5 of 5) sorted by relevance
341 #if defined(SOL_TCP)342 { SOL_TCP, "SOL_TCP" },809 #if !defined (SOL_TCP) && defined (IPPROTO_TCP)810 #define SOL_TCP IPPROTO_TCP macro813 #ifdef SOL_TCP1550 #ifdef SOL_TCP1551 case SOL_TCP:1682 #ifdef SOL_TCP1683 case SOL_TCP:
2085 #define SOL_TCP and so on.2646 SOL_IP and SOL_TCP
921 #if defined(TCP_NODELAY) && (defined(IPPROTO_TCP) || defined(SOL_TCP)) in BIO_set_tcp_ndelay()924 #ifdef SOL_TCP in BIO_set_tcp_ndelay()925 opt=SOL_TCP; in BIO_set_tcp_ndelay()
168 # define SOL_TCP 6 /* TCP level */ macro
262 #define SOL_TCP 6 macro