Home
last modified time | relevance | path

Searched refs:mdns_unpack_query_header (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/net/lib/dns/
Ddns_pack.h441 int mdns_unpack_query_header(struct dns_msg_t *msg, uint16_t *src_id);
446 return mdns_unpack_query_header(msg, src_id); in llmnr_unpack_query_header()
Ddns_pack.c421 int mdns_unpack_query_header(struct dns_msg_t *msg, uint16_t *src_id) in mdns_unpack_query_header() function
Dmdns_responder.c540 ret = mdns_unpack_query_header(&dns_msg, NULL); in dns_read()
/Zephyr-latest/tests/net/socket/getaddrinfo/src/
Dmain.c73 ret = mdns_unpack_query_header(&dns_msg, NULL); in check_dns_query()