dns_answer::len is only used within LwIP.
 
Symbols
loading...
Files
loading...

dns_answer::len field

Syntax

u16_t len;

References

LocationReferrerText
dns.c:205
u16_t len;
dns.c:1286dns_recv()
if ((ans.type == PP_HTONS(DNS_RRTYPE_A)) && (ans.len == PP_HTONS(sizeof(ip4_addr_t)))) {
dns.c:1326dns_recv()
if ((int)(res_idx + lwip_htons(ans.len)) > 0xFFFF) {
dns.c:1329dns_recv()
res_idx = (u16_t)(res_idx + lwip_htons(ans.len));

Data Use

Functions reading dns_answer::len
dns_answer::len
all items filtered out
Type of dns_answer::len
dns_answer::len
all items filtered out