Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Ddns_resolve.h159 struct mdns_responder_context;
192 struct mdns_responder_context *mdns_ctx;
432 struct mdns_responder_context *ctx;
437 struct mdns_responder_context { struct
/Zephyr-latest/subsys/net/lib/dns/
Dmdns_responder.c61 static struct mdns_responder_context v4_ctx[MAX_IPV4_IFACE_COUNT];
68 static struct mdns_responder_context v6_ctx[MAX_IPV6_IFACE_COUNT];
77 static void cancel_probes(struct mdns_responder_context *ctx);
832 static int send_probe(struct mdns_responder_context *ctx) in send_probe()
908 static void cancel_probes(struct mdns_responder_context *ctx) in cancel_probes()
938 struct mdns_responder_context *ctx = in probing()
939 CONTAINER_OF(dwork, struct mdns_responder_context, probe_timer); in probing()
1206 static int register_dispatcher(struct mdns_responder_context *ctx, in register_dispatcher()