Home
last modified time | relevance | path

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

/third_party/lwip/src/api/
Dsockets.c103 #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/
D0053-cleancode-improve-lwipopts.h-readability.patch126 #define SOCKADDR4_TO_IP4ADDR_PORT(sin, ipaddr, port) do { \
D0002-adapt-lstack.patch619 #define SOCKADDR4_TO_IP4ADDR_PORT(sin, ipaddr, port) do { \