Home
last modified time | relevance | path

Searched refs:ipv6_v6only (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dnet_context.h366 bool ipv6_v6only; member
/Zephyr-latest/subsys/net/ip/
Dnet_context.c113 return context->options.ipv6_v6only; in net_context_is_v6only_set()
567 contexts[i].options.ipv6_v6only = true; in net_context_get()
1855 return get_bool_option(context->options.ipv6_v6only, in get_context_ipv6_v6only()
3387 return set_bool_option(&context->options.ipv6_v6only, value, len); in set_context_ipv6_v6only()