nRF Connect SDK API 2.8.99
|
int lte_ipv4_addr_remove | ( | const struct net_if * | iface | ) |
Remove IPv4 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 IPv4 address to remove. |
-EINVAL | if the passed in network interface pointer was NULL. |
-EFAULT | if the IPv4 address failed to be removed. |