Searched refs:DNS_PORT_ALLOWED (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/core/ | ||
H A D | dns.c | 116 #ifndef DNS_PORT_ALLOWED 117 #define DNS_PORT_ALLOWED(port) ((port) >= 1024) macro 971 if (DNS_PORT_ALLOWED(port)) { in dns_alloc_random_port() |
Completed in 2 milliseconds