Home
last modified time | relevance | path

Searched refs:net_if_ipv6_prefix_add (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/samples/net/vlan/src/
Dmain.c71 if (!net_if_ipv6_prefix_add(vlan, &netaddr6, in setup_iface()
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_common.c76 prefix = net_if_ipv6_prefix_add(net_if_get_default(), in zperf_get_ipv6_addr()
/Zephyr-latest/tests/net/ipv6/src/
Dmain.c824 prefix = net_if_ipv6_prefix_add(TEST_NET_IF, &addr, len, lifetime); in ZTEST()
847 ifprefix = net_if_ipv6_prefix_add(TEST_NET_IF, &prefix, len, lifetime); in ZTEST()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h1716 struct net_if_ipv6_prefix *net_if_ipv6_prefix_add(struct net_if *iface,
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c1760 } else if (net_if_ipv6_prefix_add(iface, &ia_pd.iaprefix.prefix, in dhcpv6_handle_reply()
/Zephyr-latest/subsys/net/ip/
Dipv6_nbr.c2206 prefix = net_if_ipv6_prefix_add(net_pkt_iface(pkt), in handle_prefix_onlink()
Dnet_if.c2645 struct net_if_ipv6_prefix *net_if_ipv6_prefix_add(struct net_if *iface, in net_if_ipv6_prefix_add() function