Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/net/
Dnet_context.h346 bool ipv6_v6only; member
/Zephyr-Core-3.6.0/subsys/net/ip/
Dnet_context.c108 return context->options.ipv6_v6only; in net_context_is_v6only_set()
479 contexts[i].options.ipv6_v6only = true; in net_context_get()
1688 return get_bool_option(context->options.ipv6_v6only, in get_context_ipv6_v6only()
2952 return set_bool_option(&context->options.ipv6_v6only, value, len); in set_context_ipv6_v6only()