Found 10 other functions taking a
esp_ip6_addr
argument:
Get interface link-local IPv6 address If the specified interface is up and a preferred link-local IPv6 address has been created for the interface, return a copy of it.
Get all IPv6 addresses of the specified interface
Get the IPv6 address type
Cause the TCP/IP stack to add an IPv6 address to the interface
Cause the TCP/IP stack to remove an IPv6 address from the interface
Cause the TCP/IP stack to join a IPv6 multicast group
Cause the TCP/IP stack to leave a IPv6 multicast group
Get interface global IPv6 address If the specified interface is up and a preferred global IPv6 address has been created for the interface, return a copy of it.
Get all preferred IPv6 addresses of the specified interface
Converts Ascii internet IPv6 address into esp_ip4_addr_t Zeros in the IP address can be stripped or completely omitted: "2001:db8:85a3:0:0:0:2:1" or "2001:db8::2:1")