Searched refs:hoplimit (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/ip/ |
D | iproute_lwtunnel.c | 301 __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()
|
D | iproute.c | 941 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/ |
D | route_utils.c | 153 __ADD(RTAX_HOPLIMIT, hoplimit)
|
/external/libnl/etc/ |
D | pktloc | 34 ip6.hoplimit u8 net+7
|
/external/dhcpcd-6.8.2/ |
D | ipv6nd.c | 1634 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/ |
D | inet6.c | 226 __ADD(DEVCONF_HOPLIMIT, hoplimit)
|
/external/iproute2/doc/ |
D | ip-cref.tex | 1362 \item \verb|hoplimit NUMBER|
|