Searched refs:SOCKADDR4_TO_IP4ADDR_PORT (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/api/ |
D | sockets.c | 103 #define SOCKADDR4_TO_IP4ADDR_PORT(sin, ipaddr, port) do { \ macro 159 SOCKADDR4_TO_IP4ADDR_PORT((const struct sockaddr_in*)(const void*)(sockaddr), ipaddr, port) 320 SOCKADDR4_TO_IP4ADDR_PORT((const struct sockaddr_in *)(const void *)(sockaddr), ipaddr, *port); in sockaddr_to_ipaddr_port()
|
/third_party/lwip/ |
D | 0053-cleancode-improve-lwipopts.h-readability.patch | 126 #define SOCKADDR4_TO_IP4ADDR_PORT(sin, ipaddr, port) do { \
|
D | 0002-adapt-lstack.patch | 619 #define SOCKADDR4_TO_IP4ADDR_PORT(sin, ipaddr, port) do { \
|