Name
netconn_bind_ip6() — Set local IPv6 address/port of a netconn
Synopsis
err_t netconn_bind
(struct netconn *conn
, struct ip6_addr *addr
, u16_t port
);
Description
Binds the connection conn to the local IPv6 address
addr and TCP or UDP port
port. If addr is
NULL, the local IP address is determined by the networking
system.
| 2025-10-02 | LWIP Documentation Notices |



