Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/mdns/
Dmdns_networking_socket.c69 intptr_t sock_plus_one = sock + 1; in sock_to_pcb() local
70 return (struct udp_pcb*)sock_plus_one; in sock_to_pcb()
78 intptr_t sock_plus_one = (intptr_t)pcb; in pcb_to_sock() local
79 return sock_plus_one - 1; in pcb_to_sock()