Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dlink_ip6tnl.c140 if (iptuninfo[IFLA_IPTUN_PROTO]) in ip6tunnel_parse_opt()
141 proto = rta_getattr_u8(iptuninfo[IFLA_IPTUN_PROTO]); in ip6tunnel_parse_opt()
243 addattr8(n, 1024, IFLA_IPTUN_PROTO, proto); in ip6tunnel_parse_opt()
271 if (tb[IFLA_IPTUN_PROTO]) { in ip6tunnel_print_opt()
272 switch (rta_getattr_u8(tb[IFLA_IPTUN_PROTO])) { in ip6tunnel_print_opt()
Dlink_iptnl.c141 if (iptuninfo[IFLA_IPTUN_PROTO]) in iptunnel_parse_opt()
142 proto = rta_getattr_u8(iptuninfo[IFLA_IPTUN_PROTO]); in iptunnel_parse_opt()
308 addattr8(n, 1024, IFLA_IPTUN_PROTO, proto); in iptunnel_parse_opt()
/external/libnl/lib/route/link/
Dip6tnl.c68 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },
143 if (tb[IFLA_IPTUN_PROTO]) { in ip6_tnl_parse()
144 ip6_tnl->proto = nla_get_u8(tb[IFLA_IPTUN_PROTO]); in ip6_tnl_parse()
189 NLA_PUT_U8(msg, IFLA_IPTUN_PROTO, ip6_tnl->proto); in ip6_tnl_put_attrs()
191 NLA_PUT_U8(msg, IFLA_IPTUN_PROTO, 0); in ip6_tnl_put_attrs()
Dsit.c64 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },
134 if (tb[IFLA_IPTUN_PROTO]) { in sit_parse()
135 sit->proto = nla_get_u8(tb[IFLA_IPTUN_PROTO]); in sit_parse()
176 NLA_PUT_U8(msg, IFLA_IPTUN_PROTO, sit->proto); in sit_put_attrs()
/external/libnl/include/linux-private/linux/
Dif_tunnel.h50 IFLA_IPTUN_PROTO, enumerator
/external/iproute2/include/linux/
Dif_tunnel.h50 IFLA_IPTUN_PROTO, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_tunnel.h67 IFLA_IPTUN_PROTO, enumerator