Searched refs:net_if_ipv6_prefix (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 192 struct net_if_ipv6_prefix { struct 341 struct net_if_ipv6_prefix prefix[NET_IF_MAX_IPV6_PREFIX]; 1755 struct net_if_ipv6_prefix *net_if_ipv6_prefix_get(struct net_if *iface, 1767 struct net_if_ipv6_prefix *net_if_ipv6_prefix_lookup(struct net_if *iface, 1781 struct net_if_ipv6_prefix *net_if_ipv6_prefix_add(struct net_if *iface, 1804 static inline void net_if_ipv6_prefix_set_lf(struct net_if_ipv6_prefix *prefix, in net_if_ipv6_prefix_set_lf() 1816 void net_if_ipv6_prefix_set_timer(struct net_if_ipv6_prefix *prefix, 1824 void net_if_ipv6_prefix_unset_timer(struct net_if_ipv6_prefix *prefix);
|
/Zephyr-latest/subsys/net/lib/zperf/ |
D | zperf_common.c | 53 struct net_if_ipv6_prefix *prefix; in zperf_get_ipv6_addr()
|
/Zephyr-latest/tests/net/dhcpv6/src/ |
D | main.c | 958 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/ip/ |
D | net_if.c | 2543 static void prefix_lifetime_expired(struct net_if_ipv6_prefix *ifprefix) in prefix_lifetime_expired() 2582 static void prefix_timer_remove(struct net_if_ipv6_prefix *ifprefix) in prefix_timer_remove() 2602 struct net_if_ipv6_prefix *current, *next; in prefix_lifetime_timeout() 2646 static void prefix_start_timer(struct net_if_ipv6_prefix *ifprefix, in prefix_start_timer() 2662 static struct net_if_ipv6_prefix *ipv6_prefix_find(struct net_if *iface, in ipv6_prefix_find() 2687 struct net_if_ipv6_prefix *ifprefix, in net_if_ipv6_prefix_init() 2703 struct net_if_ipv6_prefix *net_if_ipv6_prefix_add(struct net_if *iface, in net_if_ipv6_prefix_add() 2708 struct net_if_ipv6_prefix *ifprefix = NULL; in net_if_ipv6_prefix_add() 2817 struct net_if_ipv6_prefix *net_if_ipv6_prefix_get(struct net_if *iface, in net_if_ipv6_prefix_get() 2820 struct net_if_ipv6_prefix *prefix = NULL; in net_if_ipv6_prefix_get() [all …]
|
D | ipv6_nbr.c | 2175 struct net_if_ipv6_prefix *prefix; in handle_prefix_onlink()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | ipv6.c | 112 struct net_if_ipv6_prefix *prefix; in address_lifetime_cb()
|
D | iface.c | 161 struct net_if_ipv6_prefix *prefix; in iface_cb()
|
/Zephyr-latest/tests/net/ipv6/src/ |
D | main.c | 810 struct net_if_ipv6_prefix *prefix; in ZTEST() 831 struct net_if_ipv6_prefix *ifprefix; in ZTEST()
|
/Zephyr-latest/subsys/net/lib/dhcpv6/ |
D | dhcpv6.c | 1820 struct net_if_ipv6_prefix *ifprefix; in dhcpv6_handle_reply()
|