Home
last modified time | relevance | path

Searched refs:net_if_ipv6_prefix (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dnet_if.h176 struct net_if_ipv6_prefix { struct
325 struct net_if_ipv6_prefix prefix[NET_IF_MAX_IPV6_PREFIX];
1690 struct net_if_ipv6_prefix *net_if_ipv6_prefix_get(struct net_if *iface,
1702 struct net_if_ipv6_prefix *net_if_ipv6_prefix_lookup(struct net_if *iface,
1716 struct net_if_ipv6_prefix *net_if_ipv6_prefix_add(struct net_if *iface,
1739 static inline void net_if_ipv6_prefix_set_lf(struct net_if_ipv6_prefix *prefix, in net_if_ipv6_prefix_set_lf()
1751 void net_if_ipv6_prefix_set_timer(struct net_if_ipv6_prefix *prefix,
1759 void net_if_ipv6_prefix_unset_timer(struct net_if_ipv6_prefix *prefix);
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_common.c53 struct net_if_ipv6_prefix *prefix; in zperf_get_ipv6_addr()
/Zephyr-latest/subsys/net/ip/
Dnet_if.c2485 static void prefix_lifetime_expired(struct net_if_ipv6_prefix *ifprefix) in prefix_lifetime_expired()
2524 static void prefix_timer_remove(struct net_if_ipv6_prefix *ifprefix) in prefix_timer_remove()
2544 struct net_if_ipv6_prefix *current, *next; in prefix_lifetime_timeout()
2588 static void prefix_start_timer(struct net_if_ipv6_prefix *ifprefix, in prefix_start_timer()
2604 static struct net_if_ipv6_prefix *ipv6_prefix_find(struct net_if *iface, in ipv6_prefix_find()
2629 struct net_if_ipv6_prefix *ifprefix, in net_if_ipv6_prefix_init()
2645 struct net_if_ipv6_prefix *net_if_ipv6_prefix_add(struct net_if *iface, in net_if_ipv6_prefix_add()
2650 struct net_if_ipv6_prefix *ifprefix = NULL; in net_if_ipv6_prefix_add()
2759 struct net_if_ipv6_prefix *net_if_ipv6_prefix_get(struct net_if *iface, in net_if_ipv6_prefix_get()
2762 struct net_if_ipv6_prefix *prefix = NULL; in net_if_ipv6_prefix_get()
[all …]
Dipv6_nbr.c2196 struct net_if_ipv6_prefix *prefix; in handle_prefix_onlink()
/Zephyr-latest/tests/net/dhcpv6/src/
Dmain.c958 struct net_if_ipv6_prefix *prefix; in ZTEST()
1151 struct net_if_ipv6_prefix *prefix; in ZTEST()
1223 struct net_if_ipv6_prefix *prefix; in ZTEST()
1256 struct net_if_ipv6_prefix *prefix; in ZTEST()
/Zephyr-latest/subsys/net/lib/shell/
Dipv6.c112 struct net_if_ipv6_prefix *prefix; in address_lifetime_cb()
Diface.c161 struct net_if_ipv6_prefix *prefix; in iface_cb()
/Zephyr-latest/tests/net/ipv6/src/
Dmain.c818 struct net_if_ipv6_prefix *prefix; in ZTEST()
839 struct net_if_ipv6_prefix *ifprefix; in ZTEST()
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c1723 struct net_if_ipv6_prefix *ifprefix; in dhcpv6_handle_reply()