Home
last modified time | relevance | path

Searched refs:delayed_msg_multicast (Results 1 – 3 of 3) sorted by relevance

/btstack/3rd-party/lwip/core/src/apps/mdns/
H A Dmdns_out.c844 res = mdns_send_outpacket(&mdns->ipv4.delayed_msg_multicast, netif); in mdns_multicast_probe_timeout_reset_ipv4()
850 mdns_clear_outmsg(&mdns->ipv4.delayed_msg_multicast); in mdns_multicast_probe_timeout_reset_ipv4()
886 res = mdns_send_outpacket(&mdns->ipv4.delayed_msg_multicast, netif); in mdns_send_multicast_msg_delayed_ipv4()
892 mdns_clear_outmsg(&mdns->ipv4.delayed_msg_multicast); in mdns_send_multicast_msg_delayed_ipv4()
981 res = mdns_send_outpacket(&mdns->ipv6.delayed_msg_multicast, netif); in mdns_multicast_probe_timeout_reset_ipv6()
987 mdns_clear_outmsg(&mdns->ipv6.delayed_msg_multicast); in mdns_multicast_probe_timeout_reset_ipv6()
1023 res = mdns_send_outpacket(&mdns->ipv6.delayed_msg_multicast, netif); in mdns_send_multicast_msg_delayed_ipv6()
1029 mdns_clear_outmsg(&mdns->ipv6.delayed_msg_multicast); in mdns_send_multicast_msg_delayed_ipv6()
H A Dmdns.c1567 mdns_add_msg_to_delayed(&mdns->ipv6.delayed_msg_multicast, &reply); in mdns_handle_question()
1575 mdns_add_msg_to_delayed(&mdns->ipv6.delayed_msg_multicast, &reply); in mdns_handle_question()
1593 mdns_add_msg_to_delayed(&mdns->ipv4.delayed_msg_multicast, &reply); in mdns_handle_question()
1601 mdns_add_msg_to_delayed(&mdns->ipv4.delayed_msg_multicast, &reply); in mdns_handle_question()
2266 mdns->ipv4.delayed_msg_multicast.dest_port = LWIP_IANA_PORT_MDNS; in mdns_resp_add_netif()
2267 SMEMCPY(&mdns->ipv4.delayed_msg_multicast.dest_addr, &v4group, in mdns_resp_add_netif()
2272 mdns->ipv6.delayed_msg_multicast.dest_port = LWIP_IANA_PORT_MDNS; in mdns_resp_add_netif()
2273 SMEMCPY(&mdns->ipv6.delayed_msg_multicast.dest_addr, &v6group, in mdns_resp_add_netif()
/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dmdns_priv.h174 struct mdns_outmsg delayed_msg_multicast; member