Searched refs:TCP_LOCAL_PORT_RANGE_END (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c65 #define TCP_LOCAL_PORT_RANGE_END 0xffff macro
722 if (tcp_port++ == TCP_LOCAL_PORT_RANGE_END) {
729 if (++n > (TCP_LOCAL_PORT_RANGE_END - TCP_LOCAL_PORT_RANGE_START)) {
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp.c383 #define TCP_LOCAL_PORT_RANGE_END 0x7fff macro
388 if (++port > TCP_LOCAL_PORT_RANGE_END) {

Completed in 68 milliseconds