Searched refs:SOF_KEEPALIVE (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/lwip2/src/core/
H A Dinit.c240 #if SO_KEEPALIVE != SOF_KEEPALIVE
241 #error "WARNING: SO_KEEPALIVE != SOF_KEEPALIVE"
H A Dtcp.c1093 if (ip_get_option(pcb, SOF_KEEPALIVE) &&
/barrelfish-master/include/lwip/lwip/
H A Dip.h99 #define SOF_KEEPALIVE (u16_t)0x0008U /* keep connections alive */ macro
/barrelfish-master/include/lwip2/lwip/
H A Dip.h98 #define SOF_KEEPALIVE 0x08U /* keep connections alive */ macro
102 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE)
/barrelfish-master/lib/lwip/src/core/
H A Dtcp.c635 if ((pcb->so_options & SOF_KEEPALIVE) &&
H A Dtcp_in.c469 so_options & (SOF_DEBUG | SOF_DONTROUTE | SOF_KEEPALIVE |

Completed in 107 milliseconds