Searched refs:TCP_ENSURE_LOCAL_PORT_RANGE (Results 1 – 1 of 1) sorted by relevance
126 #define TCP_ENSURE_LOCAL_PORT_RANGE(port) ((u16_t)(((port) & (u16_t)~TCP_LOCAL_PORT_RANGE_START) + … macro204 tcp_port = TCP_ENSURE_LOCAL_PORT_RANGE(LWIP_RAND()); in tcp_init()