Home
last modified time | relevance | path

Searched refs:SOF_KEEPALIVE (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip.h127 #define SOF_KEEPALIVE 0x08U /* keep connections alive */ macro
131 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE)
/third_party/lwip/
D0017-support-REUSEPOR-option.patch17 return SOF_KEEPALIVE;
D0053-cleancode-improve-lwipopts.h-readability.patch325 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)
D0002-adapt-lstack.patch3953 +#define SOF_KEEPALIVE 0x09U /* keep connections alive */
3957 #define SOF_KEEPALIVE 0x08U /* keep connections alive */
3962 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE)
/third_party/lwip/src/core/
Daltcp_tcp.c461 ip_reset_option(pcb, SOF_KEEPALIVE); in altcp_tcp_keepalive_disable()
471 ip_set_option(pcb, SOF_KEEPALIVE); in altcp_tcp_keepalive_enable()
Dtcp.c290 if (ip_get_option(pcb, SOF_KEEPALIVE) && in tcp_set_timer_tick_by_keepalive()
1507 if (ip_get_option(pcb, SOF_KEEPALIVE) &&
/third_party/lwip/src/api/
Dsockets.c2947 return SOF_KEEPALIVE; in lwip_sockopt_to_ipopt()