Home
last modified time | relevance | path

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

/external/iproute2/ip/
Diproute_lwtunnel.c301 __u8 hoplimit; in parse_encap_ip6() local
305 if (get_u8(&hoplimit, *argv, 0)) in parse_encap_ip6()
307 rta_addattr8(rta, len, LWTUNNEL_IP6_HOPLIMIT, hoplimit); in parse_encap_ip6()
Diproute.c941 unsigned hoplimit; in iproute_modify() local
947 if (get_unsigned(&hoplimit, *argv, 0) || hoplimit > 255) in iproute_modify()
949 rta_addattr32(mxrta, sizeof(mxbuf), RTAX_HOPLIMIT, hoplimit); in iproute_modify()
/external/libnl/lib/route/
Droute_utils.c153 __ADD(RTAX_HOPLIMIT, hoplimit)
/external/libnl/etc/
Dpktloc34 ip6.hoplimit u8 net+7
/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)
/external/iproute2/doc/
Dip-cref.tex1362 \item \verb|hoplimit NUMBER|