Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_context.c59 #define INITIAL_MCAST_HOP_LIMIT CONFIG_NET_INITIAL_MCAST_HOP_LIMIT macro
61 #define INITIAL_MCAST_HOP_LIMIT 1 macro
585 contexts[i].ipv6_mcast_hop_limit = INITIAL_MCAST_HOP_LIMIT; in net_context_get()
3266 mcast_hop_limit = INITIAL_MCAST_HOP_LIMIT; in set_context_mcast_hop_limit()