nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
lte_ip_addr_helper.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#include <zephyr/net/net_if.h>
8
19int lte_ipv4_addr_add(const struct net_if *iface);
20
31int lte_ipv6_addr_add(const struct net_if *iface);
32
42int lte_ipv4_addr_remove(const struct net_if *iface);
43
53int lte_ipv6_addr_remove(const struct net_if *iface);
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 inte...
int lte_ipv4_addr_add(const struct net_if *iface)
Add IPv4 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 inte...
int lte_ipv6_addr_add(const struct net_if *iface)
Add IPv6 address for the default PDP context to the network interface.