Home
last modified time | relevance | path

Searched refs:IPV6_PREFER_SRC_PUBTMP_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dsocket.h1058 #define IPV6_PREFER_SRC_PUBTMP_DEFAULT 0x0100 macro
/Zephyr-latest/subsys/net/ip/
Dnet_if.c3130 } else if (flags & IPV6_PREFER_SRC_PUBTMP_DEFAULT) { in net_if_ipv6_get_best_match()
3217 IPV6_PREFER_SRC_PUBTMP_DEFAULT); in net_if_ipv6_select_src_addr()
Dnet_context.c556 contexts[i].options.addr_preferences = IPV6_PREFER_SRC_PUBTMP_DEFAULT; in net_context_get()