Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Ddns.c493 dns_compare_name(unsigned char *query, unsigned char *response) in dns_compare_name() argument
506 if ((*query) != (*response)) { in dns_compare_name()
510 ++query; in dns_compare_name()
513 ++query; in dns_compare_name()
528 dns_parse_name(unsigned char *query) in dns_parse_name() argument
533 n = *query++; in dns_parse_name()
541 ++query; in dns_parse_name()
545 } while (*query != 0); in dns_parse_name()
547 return query + 1; in dns_parse_name()
566 char *query, *nptr; in dns_send() local
[all …]
/lib/liblwip/
DCHANGELOG1538 indicate the number of pointers query by the mailbox. There is three defines
1614 received match the name query), implement DNS_USES_STATIC_BUF (the place where
1616 for a new query, and fix some minor problems.
1717 the next query message to receive the matching multicast streams).