Home
last modified time | relevance | path

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

/third_party/lwip/
D0080-enable-ipv6.patch49 #define SOCKADDR6_TO_IP6ADDR_PORT(sin6, ipaddr, port) do { \
/third_party/lwip/src/api/
Dsockets.c116 #define SOCKADDR6_TO_IP6ADDR_PORT(sin6, ipaddr, port) do { \ macro
150 SOCKADDR6_TO_IP6ADDR_PORT((const struct sockaddr_in6*)(const void*)(sockaddr), ipaddr, port)
317 SOCKADDR6_TO_IP6ADDR_PORT((const struct sockaddr_in6 *)(const void *)(sockaddr), ipaddr, *port); in sockaddr_to_ipaddr_port()