Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dlink_ip6tnl.c131 if (iptuninfo[IFLA_IPTUN_LOCAL]) in ip6tunnel_parse_opt()
132 memcpy(&laddr, RTA_DATA(iptuninfo[IFLA_IPTUN_LOCAL]), in ip6tunnel_parse_opt()
314 addattr_l(n, 1024, IFLA_IPTUN_LOCAL, &laddr, sizeof(laddr)); in ip6tunnel_parse_opt()
367 if (tb[IFLA_IPTUN_LOCAL]) { in ip6tunnel_print_opt()
371 rt_addr_n2a_rta(AF_INET6, tb[IFLA_IPTUN_LOCAL])); in ip6tunnel_print_opt()
Dlink_iptnl.c136 if (iptuninfo[IFLA_IPTUN_LOCAL]) in iptunnel_parse_opt()
137 laddr = rta_getattr_u32(iptuninfo[IFLA_IPTUN_LOCAL]); in iptunnel_parse_opt()
351 addattr32(n, 1024, IFLA_IPTUN_LOCAL, laddr); in iptunnel_parse_opt()
403 if (tb[IFLA_IPTUN_LOCAL]) { in iptunnel_print_opt()
404 unsigned int addr = rta_getattr_u32(tb[IFLA_IPTUN_LOCAL]); in iptunnel_print_opt()
/external/libnl/lib/route/link/
Dipip.c55 [IFLA_IPTUN_LOCAL] = { .type = NLA_U32 },
103 if (tb[IFLA_IPTUN_LOCAL]) { in ipip_parse()
104 ipip->local = nla_get_u32(tb[IFLA_IPTUN_LOCAL]); in ipip_parse()
147 NLA_PUT_U32(msg, IFLA_IPTUN_LOCAL, ipip->local); in ipip_put_attrs()
Dip6tnl.c62 [IFLA_IPTUN_LOCAL] = { .minlen = sizeof(struct in6_addr) },
113 if (tb[IFLA_IPTUN_LOCAL]) { in ip6_tnl_parse()
114 nla_memcpy(&ip6_tnl->local, tb[IFLA_IPTUN_LOCAL], sizeof(struct in6_addr)); in ip6_tnl_parse()
172 NLA_PUT(msg, IFLA_IPTUN_LOCAL, sizeof(struct in6_addr), &ip6_tnl->local); in ip6_tnl_put_attrs()
Dsit.c67 [IFLA_IPTUN_LOCAL] = { .type = NLA_U32 },
121 if (tb[IFLA_IPTUN_LOCAL]) { in sit_parse()
122 sit->local = nla_get_u32(tb[IFLA_IPTUN_LOCAL]); in sit_parse()
196 NLA_PUT_U32(msg, IFLA_IPTUN_LOCAL, sit->local); in sit_put_attrs()
/external/iproute2/include/uapi/linux/
Dif_tunnel.h61 IFLA_IPTUN_LOCAL, enumerator
/external/libnl/include/linux-private/linux/
Dif_tunnel.h61 IFLA_IPTUN_LOCAL, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_tunnel.h61 IFLA_IPTUN_LOCAL, enumerator