HomeSort by relevance Sort by last modified time
    Searched full:dns_check_entry (Results 1 - 1 of 1) sorted by null

  /external/syslinux/core/lwip/src/core/
dns.c 632 * dns_check_entry() - see if pEntry has not yet been queried and, if so, sends out a query.
641 dns_check_entry(u8_t i) function
676 LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entry: \"%s\": timeout\n", pEntry->name));
703 LWIP_DEBUGF(DNS_DEBUG, ("dns_check_entry: \"%s\": flush\n", pEntry->name));
720 * Call dns_check_entry for each entry in dns_table - check all entries.
728 dns_check_entry(i);
915 dns_check_entry(i);

Completed in 175 milliseconds