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

◆ lte_ipv4_addr_remove()

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.

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