nRF Connect SDK API 2.8.99
|
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.
iface | Pointer to network interface. |
0 | on success or there was no IPv6 address to remove. |
-EINVAL | if the passed in network interface pointer was NULL. |
-EFAULT | if the IPv6 address failed to be removed. |