Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/net/l2/virtual/ipip/
Dipip.c478 net_ipv6_set_hop_limit(iface, 64); in interface_set_config()
/Zephyr-Core-2.7.6/include/net/
Dnet_if.h1313 void net_ipv6_set_hop_limit(struct net_if *iface, uint8_t hop_limit);
/Zephyr-Core-2.7.6/subsys/net/ip/
Dipv6_nbr.c2309 net_ipv6_set_hop_limit(net_pkt_iface(pkt), in handle_ra_input()
Dnet_if.c2473 void net_ipv6_set_hop_limit(struct net_if *iface, uint8_t hop_limit) in net_ipv6_set_hop_limit() function