nRF Connect SDK API 2.8.99
|
#include <zephyr/net/net_if.h>
Go to the source code of this file.
Functions | |
int | lte_ipv4_addr_add (const struct net_if *iface) |
Add IPv4 address for the default PDP context to the network interface. | |
int | lte_ipv6_addr_add (const struct net_if *iface) |
Add IPv6 address for the default PDP context to the network interface. | |
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. | |
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. | |