Home
last modified time | relevance | path

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

/lib/liblwip/src/include/ipv4/lwip/
Dip.h99 #define SOF_REUSEADDR 0x04U /* allow local address reuse */ macro
109 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE|SOF_LINGER/*|SOF_DEBUG|SOF_DONTROUTE|SOF_OOBIN…
/lib/liblwip/src/core/
Dinit.c200 #if SO_REUSEADDR != SOF_REUSEADDR
Dtcp.c447 if (ip_get_option(pcb, SOF_REUSEADDR)) { in tcp_bind()
467 if (!ip_get_option(pcb, SOF_REUSEADDR) || in tcp_bind()
468 !ip_get_option(cpcb, SOF_REUSEADDR)) in tcp_bind()
531 if (ip_get_option(pcb, SOF_REUSEADDR)) { in tcp_listen_with_backlog()
722 if (ip_get_option(pcb, SOF_REUSEADDR)) { in tcp_connect()
Dudp.c354 ip_get_option(pcb, SOF_REUSEADDR)) {
790 else if (!ip_get_option(pcb, SOF_REUSEADDR) &&
791 !ip_get_option(ipcb, SOF_REUSEADDR)) {
/lib/liblwip/
DCHANGELOG449 SOF_REUSEADDR set, allow binding to endpoint in TIME_WAIT