dns_skip_name() is only used within LwIP.
 
Symbols
loading...
Files
loading...

dns_skip_name() function

Walk through a compact encoded DNS name and return the end of the name.

Syntax

static u16_t dns_skip_name(struct pbuf *p,     u16_t query_idx);

Arguments

p

pbuf containing the name

query_idx

start index into p pointing to encoded DNS name in the DNS server response

Return value

index to end of the name

References

LocationReferrerText
dns.c:708
dns_skip_name(struct pbuf *p, u16_t query_idx)
dns.c:1270dns_recv()
res_idx = dns_skip_name(p, res_idx);

Call Tree

Functions calling dns_skip_name()
Functions called by dns_skip_name()
all items filtered out
dns_skip_name()
all items filtered out
Data read by dns_skip_name()
Data written by dns_skip_name()
dns_skip_name()::n
dns_skip_name()::offset
all items filtered out
dns_skip_name()
dns_skip_name()::n
dns_skip_name()::offset
all items filtered out
Type of dns_skip_name()
dns_skip_name()
all items filtered out