Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_context.c878 (context->options.ipv6_mcast_ifindex > 0), in net_context_bind()
882 context->options.ipv6_mcast_ifindex))); in net_context_bind()
1969 if (context->options.ipv6_mcast_ifindex == 0) { in get_context_mcast_ifindex()
1996 *((int *)value) = context->options.ipv6_mcast_ifindex; in get_context_mcast_ifindex()
2277 (context->options.ipv6_mcast_ifindex > 0), (false))) { in context_sendto()
2280 context->options.ipv6_mcast_ifindex))); in context_sendto()
3466 context->options.ipv6_mcast_ifindex = 0; in set_context_mcast_ifindex()
3489 context->options.ipv6_mcast_ifindex = mcast_ifindex; in set_context_mcast_ifindex()
/Zephyr-latest/include/zephyr/net/
Dnet_context.h385 uint8_t ipv6_mcast_ifindex; member