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

◆ lte_ipv6_addr_remove()

int lte_ipv6_addr_remove ( const struct net_if *  iface)

Remove IPv6 address that was previously associated with the default PDP context from the network interface.

Parameters
ifacePointer to network interface.
Return values
0on success or there was no IPv6 address to remove.
-EINVALif the passed in network interface pointer was NULL.
-EFAULTif the IPv6 address failed to be removed.