Searched refs:IFLA_IPTUN_TTL (Results 1 – 8 of 8) sorted by relevance
/external/iproute2/ip/ |
D | link_ip6tnl.c | 125 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()
|
D | link_iptnl.c | 125 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/ |
D | ipip.c | 56 [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()
|
D | sit.c | 60 [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()
|
D | ip6tnl.c | 63 [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/ |
D | if_tunnel.h | 45 IFLA_IPTUN_TTL, enumerator
|
/external/iproute2/include/linux/ |
D | if_tunnel.h | 45 IFLA_IPTUN_TTL, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | if_tunnel.h | 62 IFLA_IPTUN_TTL, enumerator
|