Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Ddns.c301 static u8_t dns_last_pcb_idx; variable
980 dns_last_pcb_idx = i; in dns_alloc_pcb()
986 for (i = 0, idx = (u8_t)(dns_last_pcb_idx + 1); i < DNS_MAX_SOURCE_PORTS; i++, idx++) { in dns_alloc_pcb()
991 dns_last_pcb_idx = idx; in dns_alloc_pcb()