Searched refs:SOF_REUSEADDR (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/lwip2/src/core/
H A Dinit.c237 #if SO_REUSEADDR != SOF_REUSEADDR
238 #error "WARNING: SO_REUSEADDR != SOF_REUSEADDR"
H A Dtcp.c583 if (ip_get_option(pcb, SOF_REUSEADDR)) {
602 if (!ip_get_option(pcb, SOF_REUSEADDR) ||
603 !ip_get_option(cpcb, SOF_REUSEADDR))
696 if (ip_get_option(pcb, SOF_REUSEADDR)) {
697 /* Since SOF_REUSEADDR allows reusing a local address before the pcb's usage
912 if (ip_get_option(pcb, SOF_REUSEADDR)) {
913 /* Since SOF_REUSEADDR allows reusing a local address, we have to make sure
H A Dudp.c351 if (ip_get_option(pcb, SOF_REUSEADDR) &&
354 if SOF_REUSEADDR is set on the first match */
928 if (!ip_get_option(pcb, SOF_REUSEADDR) ||
929 !ip_get_option(ipcb, SOF_REUSEADDR))
/barrelfish-master/include/lwip/lwip/
H A Dip.h98 #define SOF_REUSEADDR (u16_t)0x0004U /* allow local address reuse */ macro
/barrelfish-master/include/lwip2/lwip/
H A Dip.h97 #define SOF_REUSEADDR 0x04U /* allow local address reuse */ macro
102 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE)

Completed in 45 milliseconds