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

/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c61 #ifndef TCP_LOCAL_PORT_RANGE_START
64 #define TCP_LOCAL_PORT_RANGE_START 0xc000 macro
66 #define TCP_ENSURE_LOCAL_PORT_RANGE(port) (((port) & ~TCP_LOCAL_PORT_RANGE_START) + TCP_LOCAL_PORT_RANGE_START)
95 static u16_t tcp_port = TCP_LOCAL_PORT_RANGE_START;
723 tcp_port = TCP_LOCAL_PORT_RANGE_START;
729 if (++n > (TCP_LOCAL_PORT_RANGE_END - TCP_LOCAL_PORT_RANGE_START)) {
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dtcp.c381 #ifndef TCP_LOCAL_PORT_RANGE_START
382 #define TCP_LOCAL_PORT_RANGE_START 4096 macro
385 static u16_t port = TCP_LOCAL_PORT_RANGE_START;
389 port = TCP_LOCAL_PORT_RANGE_START;

Completed in 48 milliseconds