Searched refs:SOF_KEEPALIVE (Results 1 – 9 of 9) sorted by relevance
100 #define SOF_KEEPALIVE 0x08U /* keep connections alive */ macro109 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE|SOF_LINGER/*|SOF_DEBUG|SOF_DONTROUTE|SOF_OOBIN…
98 #define SOF_KEEPALIVE 0x08U /* keep connections alive */ macro102 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE)
100 #define SOF_KEEPALIVE 0x08U /* keep connections alive */ macro104 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE)
203 #if SO_KEEPALIVE != SOF_KEEPALIVE
895 if(ip_get_option(pcb, SOF_KEEPALIVE) && in tcp_slowtmr()
240 #if SO_KEEPALIVE != SOF_KEEPALIVE
1098 if (ip_get_option(pcb, SOF_KEEPALIVE) && in tcp_slowtmr()
1329 if (ip_get_option(pcb, SOF_KEEPALIVE) && in tcp_slowtmr()
2891 return SOF_KEEPALIVE; in lwip_sockopt_to_ipopt()
Completed in 22 milliseconds