ESPIP_TO_IP macro
Utility macros to convert esp-ip addresses (both IPv6+IPv4 versions unconditionally) and lwip-ip addresses (contain only enabled portion of the address for each IP stack)
Syntax
#define ESPIP_TO_IP(espip, ip) memcpy((ip), (espip), sizeof(ip_addr_t));