Home
last modified time | relevance | path

Searched refs:UDP_LOCAL_PORT_RANGE_START (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/src/core/
Dudp.c68 #ifndef UDP_LOCAL_PORT_RANGE_START
71 #define UDP_LOCAL_PORT_RANGE_START 0xc000 macro
73 …CAL_PORT_RANGE(port) ((u16_t)(((port) & (u16_t)~UDP_LOCAL_PORT_RANGE_START) + UDP_LOCAL_PORT_RANGE…
77 static u16_t udp_port = UDP_LOCAL_PORT_RANGE_START;
107 udp_port = UDP_LOCAL_PORT_RANGE_START; in udp_new_port()
112 if (++n > (UDP_LOCAL_PORT_RANGE_END - UDP_LOCAL_PORT_RANGE_START)) { in udp_new_port()