nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ lte_ipv6_addr_add()

int lte_ipv6_addr_add ( const struct net_if *  iface)

Add IPv6 address for the default PDP context to the network interface.

Parameters
ifacePointer to network interface.
Return values
0on success.
-EINVALif the passed in network interface pointer was NULL.
-ENODATAif no IPv6 address was obtained from the modem.
-EFAULTif an error occurred when obtaining the IPv6 address.
-ENODEVif the passed in interface pointer was not valid.