Home
last modified time | relevance | path

Searched refs:IFLA_IPTUN_TTL (Results 1 – 8 of 8) sorted by relevance

/external/iproute2/ip/
Dlink_ip6tnl.c125 if (iptuninfo[IFLA_IPTUN_TTL]) in ip6tunnel_parse_opt()
126 hop_limit = rta_getattr_u8(iptuninfo[IFLA_IPTUN_TTL]); in ip6tunnel_parse_opt()
246 addattr8(n, 1024, IFLA_IPTUN_TTL, hop_limit); in ip6tunnel_parse_opt()
317 if (tb[IFLA_IPTUN_TTL]) in ip6tunnel_print_opt()
318 fprintf(f, "hoplimit %u ", rta_getattr_u8(tb[IFLA_IPTUN_TTL])); in ip6tunnel_print_opt()
Dlink_iptnl.c125 if (iptuninfo[IFLA_IPTUN_TTL]) in iptunnel_parse_opt()
126 ttl = rta_getattr_u8(iptuninfo[IFLA_IPTUN_TTL]); in iptunnel_parse_opt()
297 addattr8(n, 1024, IFLA_IPTUN_TTL, ttl); in iptunnel_parse_opt()
362 if (tb[IFLA_IPTUN_TTL] && rta_getattr_u8(tb[IFLA_IPTUN_TTL])) in iptunnel_print_opt()
363 fprintf(f, "ttl %d ", rta_getattr_u8(tb[IFLA_IPTUN_TTL])); in iptunnel_print_opt()
/external/libnl/lib/route/link/
Dipip.c56 [IFLA_IPTUN_TTL] = { .type = NLA_U8 },
108 if (tb[IFLA_IPTUN_TTL]) { in ipip_parse()
109 ipip->ttl = nla_get_u8(tb[IFLA_IPTUN_TTL]); in ipip_parse()
148 NLA_PUT_U8(msg, IFLA_IPTUN_TTL, ipip->ttl); in ipip_put_attrs()
Dsit.c60 [IFLA_IPTUN_TTL] = { .type = NLA_U8 },
114 if (tb[IFLA_IPTUN_TTL]) { in sit_parse()
115 sit->ttl = nla_get_u8(tb[IFLA_IPTUN_TTL]); in sit_parse()
164 NLA_PUT_U8(msg, IFLA_IPTUN_TTL, sit->ttl); in sit_put_attrs()
Dip6tnl.c63 [IFLA_IPTUN_TTL] = { .type = NLA_U8 },
118 if (tb[IFLA_IPTUN_TTL]) { in ip6_tnl_parse()
119 ip6_tnl->ttl = nla_get_u8(tb[IFLA_IPTUN_TTL]); in ip6_tnl_parse()
173 NLA_PUT_U8(msg, IFLA_IPTUN_TTL, ip6_tnl->ttl); in ip6_tnl_put_attrs()
/external/libnl/include/linux-private/linux/
Dif_tunnel.h45 IFLA_IPTUN_TTL, enumerator
/external/iproute2/include/linux/
Dif_tunnel.h45 IFLA_IPTUN_TTL, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_tunnel.h62 IFLA_IPTUN_TTL, enumerator