Searched refs:hoplimit (Results 1 – 6 of 6) sorted by relevance
/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/iproute2/ip/ |
D | iproute_lwtunnel.c | 827 __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()
|
D | iproute.c | 979 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/ |
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)
|