Searched refs:SOF_REUSEADDR (Results 1 – 5 of 5) sorted by relevance
99 #define SOF_REUSEADDR (u8_t)0x04U /* allow local address reuse */ macro109 #define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE|SOF_LINGER/*|SOF_DEBUG|SOF_DONTROUTE|SOF_OOBIN…
414 if ((pcb->so_options & SOF_REUSEADDR) != 0) { in tcp_bind()431 if (((pcb->so_options & SOF_REUSEADDR) == 0) || in tcp_bind()432 ((cpcb->so_options & SOF_REUSEADDR) == 0)) in tcp_bind()495 if ((pcb->so_options & SOF_REUSEADDR) != 0) { in tcp_listen_with_backlog()684 if ((pcb->so_options & SOF_REUSEADDR) != 0) { in tcp_connect()
281 ((pcb->so_options & SOF_REUSEADDR) != 0)) {725 else if (((pcb->so_options & SOF_REUSEADDR) == 0) &&726 ((ipcb->so_options & SOF_REUSEADDR) == 0)) {
242 if (SO_REUSEADDR != SOF_REUSEADDR) in lwip_sanity_check()
150 SOF_REUSEADDR set, allow binding to endpoint in TIME_WAIT