Searched refs:SOF_KEEPALIVE (Results 1 – 7 of 7) sorted by relevance
127 #define SOF_KEEPALIVE 0x08U /* keep connections alive */ macro131 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE)
17 return SOF_KEEPALIVE;
325 return SOF_KEEPALIVE;1390 #define SOF_KEEPALIVE 0x09U /* keep connections alive */1394 #define SOF_KEEPALIVE 0x08U /* keep connections alive */1400 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE)
3953 +#define SOF_KEEPALIVE 0x09U /* keep connections alive */3957 #define SOF_KEEPALIVE 0x08U /* keep connections alive */3962 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE)
461 ip_reset_option(pcb, SOF_KEEPALIVE); in altcp_tcp_keepalive_disable()471 ip_set_option(pcb, SOF_KEEPALIVE); in altcp_tcp_keepalive_enable()
290 if (ip_get_option(pcb, SOF_KEEPALIVE) && in tcp_set_timer_tick_by_keepalive()1507 if (ip_get_option(pcb, SOF_KEEPALIVE) &&
2947 return SOF_KEEPALIVE; in lwip_sockopt_to_ipopt()