Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dlink_ip6tnl.c154 if (iptuninfo[IFLA_IPTUN_PROTO]) in ip6tunnel_parse_opt()
155 proto = rta_getattr_u8(iptuninfo[IFLA_IPTUN_PROTO]); in ip6tunnel_parse_opt()
309 addattr8(n, 1024, IFLA_IPTUN_PROTO, proto); in ip6tunnel_parse_opt()
346 if (tb[IFLA_IPTUN_PROTO]) { in ip6tunnel_print_opt()
347 switch (rta_getattr_u8(tb[IFLA_IPTUN_PROTO])) { in ip6tunnel_print_opt()
Dlink_iptnl.c158 if (iptuninfo[IFLA_IPTUN_PROTO]) in iptunnel_parse_opt()
159 proto = rta_getattr_u8(iptuninfo[IFLA_IPTUN_PROTO]); in iptunnel_parse_opt()
364 addattr8(n, 1024, IFLA_IPTUN_PROTO, proto); in iptunnel_parse_opt()
/external/libnl/lib/route/link/
Dip6tnl.c69 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },
148 if (tb[IFLA_IPTUN_PROTO]) { in ip6_tnl_parse()
149 ip6_tnl->proto = nla_get_u8(tb[IFLA_IPTUN_PROTO]); in ip6_tnl_parse()
194 NLA_PUT_U8(msg, IFLA_IPTUN_PROTO, ip6_tnl->proto); in ip6_tnl_put_attrs()
196 NLA_PUT_U8(msg, IFLA_IPTUN_PROTO, 0); in ip6_tnl_put_attrs()
Dsit.c73 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },
151 if (tb[IFLA_IPTUN_PROTO]) { in sit_parse()
152 sit->proto = nla_get_u8(tb[IFLA_IPTUN_PROTO]); in sit_parse()
214 NLA_PUT_U8(msg, IFLA_IPTUN_PROTO, sit->proto); in sit_put_attrs()
/external/iproute2/include/uapi/linux/
Dif_tunnel.h68 IFLA_IPTUN_PROTO, enumerator
/external/libnl/include/linux-private/linux/
Dif_tunnel.h68 IFLA_IPTUN_PROTO, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_tunnel.h68 IFLA_IPTUN_PROTO, enumerator