Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/mdns/
Dmdns_networking_socket.c361 struct udp_pcb* other_pcb = _mdns_server->interfaces[tcpip_if].pcbs[other_ip_proto].pcb; in create_pcb() local
362 int err = join_mdns_multicast_group(pcb_to_sock(other_pcb), netif, ip_protocol); in create_pcb()
367 return other_pcb; in create_pcb()