Lines Matching defs:query

19  * already in the table. If so, the IP is returned. If not, a query is
192 /** DNS query message structure.
195 /* DNS query record starts with either a domain name or a pointer
249 /* pointer to callback on DNS query done */
625 * hostnames, it does not send out a query for the hostname if none
626 * was found. The function dns_enqueue() can be used to send a query
669 * Compare the "dotted" name "query" with the encoded name "response"
679 * @param query hostname (not encoded) from the dns_table
685 dns_compare_name(const char *query, struct pbuf *p, u16_t start_offset)
708 if (lwip_tolower((*query)) != lwip_tolower((u8_t)c)) {
716 ++query;
719 ++query;
776 * Send a DNS query packet.
810 /* if here, we have either a new query or a retry on a previous query to process */
856 /* convert hostname into suitable query format. */
884 /* fill dns query */
1091 /* Create a query transmission ID that is unique for all outstanding queries */
1105 /* ID already used by another pending query */
1131 * dns_check_entry() - see if entry has not yet been queried and, if so, sends out a query.
1133 * - send out query for new entries
1304 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: \"%s\": response not match to query\n", entry->name));
1342 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: \"%s\": response not match to query\n", entry->name));
1353 LWIP_DEBUGF(DNS_DEBUG, ("dns_recv: \"%s\": response not match to query\n", entry->name));
1478 * Queues a new hostname to resolve and sends out a DNS query for that hostname
1610 /* force to send query without waiting timer */
1613 /* dns query is enqueued */
1738 /* queue query with specified callback */