Searched refs:dns_read (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.6.0/subsys/net/lib/dns/ |
D | llmnr_responder.c | 438 static int dns_read(struct net_context *ctx, in dns_read() function 557 ret = dns_read(ctx, pkt, ip_hdr, dns_data, &info); in recv_cb()
|
D | mdns_responder.c | 466 static int dns_read(struct net_context *ctx, in dns_read() function 599 ret = dns_read(ctx, pkt, dns_data, &info); in recv_cb()
|
D | resolve.c | 714 static int dns_read(struct dns_resolve_context *ctx, in dns_read() function 809 ret = dns_read(ctx, pkt, dns_data, &dns_id, dns_cname, &query_hash); in cb_recv()
|