Home
last modified time | relevance | path

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

/external/libnl/lib/route/
Droute_utils.c153 __ADD(RTAX_HOPLIMIT, hoplimit)
/external/libnl/etc/
Dpktloc34 ip6.hoplimit u8 net+7
/external/iproute2/ip/
Diproute_lwtunnel.c827 __u8 hoplimit; in parse_encap_ip6() local
832 if (get_u8(&hoplimit, *argv, 0)) in parse_encap_ip6()
835 rta_addattr8(rta, len, LWTUNNEL_IP6_HOPLIMIT, hoplimit); in parse_encap_ip6()
Diproute.c979 unsigned int hoplimit; in iproute_modify() local
986 if (get_unsigned(&hoplimit, *argv, 0) || hoplimit > 255) in iproute_modify()
988 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_HOPLIMIT, hoplimit); in iproute_modify()
/external/dhcpcd-6.8.2/
Dipv6nd.c1634 int hoplimit; in ipv6nd_handledata() local
1660 hoplimit = 0; in ipv6nd_handledata()
1674 memcpy(&hoplimit, CMSG_DATA(cm), sizeof(int)); in ipv6nd_handledata()
1679 if (pkt.ipi6_ifindex == 0 || hoplimit == 0) { in ipv6nd_handledata()
/external/libnl/lib/route/link/
Dinet6.c226 __ADD(DEVCONF_HOPLIMIT, hoplimit)