Searched refs:sock_plus_one (Results 1 – 1 of 1) sorted by relevance
69 intptr_t sock_plus_one = sock + 1; in sock_to_pcb() local70 return (struct udp_pcb*)sock_plus_one; in sock_to_pcb()78 intptr_t sock_plus_one = (intptr_t)pcb; in pcb_to_sock() local79 return sock_plus_one - 1; in pcb_to_sock()