Searched refs:SOF_REUSEADDR (Results 1 – 4 of 4) sorted by relevance
99 #define SOF_REUSEADDR 0x04U /* allow local address reuse */ macro109 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE|SOF_LINGER/*|SOF_DEBUG|SOF_DONTROUTE|SOF_OOBIN…
200 #if SO_REUSEADDR != SOF_REUSEADDR
447 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()
354 ip_get_option(pcb, SOF_REUSEADDR)) {790 else if (!ip_get_option(pcb, SOF_REUSEADDR) &&791 !ip_get_option(ipcb, SOF_REUSEADDR)) {
Completed in 8 milliseconds