Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/include/lwip/apps/
H A Dmdns_priv.h229 struct udp_pcb* get_mdns_pcb(void);
/reactos/drivers/network/tcpip/lwip/src/apps/mdns/
H A Dmdns_out.c795 res = udp_sendto_if(get_mdns_pcb(), outpkt.pbuf, &msg->dest_addr, msg->dest_port, netif); in mdns_send_outpacket()
H A Dmdns.c232 get_mdns_pcb(void) in get_mdns_pcb() function