Searched refs:pcb_to_sock (Results 1 – 1 of 1) sorted by relevance
73 static int pcb_to_sock(struct udp_pcb* pcb) in pcb_to_sock() function106 int sock = pcb_to_sock(pcb); in _mdns_pcb_deinit()200 int sock = pcb_to_sock(_mdns_server->interfaces[tcpip_if].pcbs[ip_protocol].pcb); in _mdns_udp_pcb_write()260 int sock = pcb_to_sock(_mdns_server->interfaces[i].pcbs[j].pcb); in sock_recv_task()280 … int sock = pcb_to_sock(_mdns_server->interfaces[tcpip_if].pcbs[MDNS_IP_PROTOCOL_V4].pcb); in sock_recv_task()282 … sock = pcb_to_sock(_mdns_server->interfaces[tcpip_if].pcbs[MDNS_IP_PROTOCOL_V6].pcb); in sock_recv_task()362 int err = join_mdns_multicast_group(pcb_to_sock(other_pcb), netif, ip_protocol); in create_pcb()