Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_if.h1914 uint8_t net_if_ipv6_get_mcast_hop_limit(struct net_if *iface);
1916 static inline uint8_t net_if_ipv6_get_mcast_hop_limit(struct net_if *iface) in net_if_ipv6_get_mcast_hop_limit() function
/Zephyr-latest/subsys/net/ip/
Dipv6.c95 net_if_ipv6_get_mcast_hop_limit(net_pkt_iface(pkt)); in net_ipv6_create()
Dnet_context.c3268 mcast_hop_limit = net_if_ipv6_get_mcast_hop_limit( in set_context_mcast_hop_limit()
Dnet_if.c2932 uint8_t net_if_ipv6_get_mcast_hop_limit(struct net_if *iface) in net_if_ipv6_get_mcast_hop_limit() function
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c2278 if_mcast_hops = net_if_ipv6_get_mcast_hop_limit(lo0); in ZTEST()