Searched refs:IFLA_IPTUN_LOCAL (Results 1 – 8 of 8) sorted by relevance
/external/iproute2/ip/ |
D | link_ip6tnl.c | 117 if (iptuninfo[IFLA_IPTUN_LOCAL]) in ip6tunnel_parse_opt() 118 memcpy(&laddr, RTA_DATA(iptuninfo[IFLA_IPTUN_LOCAL]), in ip6tunnel_parse_opt() 244 addattr_l(n, 1024, IFLA_IPTUN_LOCAL, &laddr, sizeof(laddr)); in ip6tunnel_parse_opt() 293 if (tb[IFLA_IPTUN_LOCAL]) { in ip6tunnel_print_opt() 296 RTA_PAYLOAD(tb[IFLA_IPTUN_LOCAL]), in ip6tunnel_print_opt() 297 RTA_DATA(tb[IFLA_IPTUN_LOCAL]), in ip6tunnel_print_opt()
|
D | link_iptnl.c | 119 if (iptuninfo[IFLA_IPTUN_LOCAL]) in iptunnel_parse_opt() 120 laddr = rta_getattr_u32(iptuninfo[IFLA_IPTUN_LOCAL]); in iptunnel_parse_opt() 295 addattr32(n, 1024, IFLA_IPTUN_LOCAL, laddr); in iptunnel_parse_opt() 343 if (tb[IFLA_IPTUN_LOCAL]) { in iptunnel_print_opt() 344 unsigned addr = rta_getattr_u32(tb[IFLA_IPTUN_LOCAL]); in iptunnel_print_opt()
|
/external/libnl/lib/route/link/ |
D | ipip.c | 54 [IFLA_IPTUN_LOCAL] = { .type = NLA_U32 }, 98 if (tb[IFLA_IPTUN_LOCAL]) { in ipip_parse() 99 ipip->local = nla_get_u32(tb[IFLA_IPTUN_LOCAL]); in ipip_parse() 142 NLA_PUT_U32(msg, IFLA_IPTUN_LOCAL, ipip->local); in ipip_put_attrs()
|
D | sit.c | 58 [IFLA_IPTUN_LOCAL] = { .type = NLA_U32 }, 104 if (tb[IFLA_IPTUN_LOCAL]) { in sit_parse() 105 sit->local = nla_get_u32(tb[IFLA_IPTUN_LOCAL]); in sit_parse() 158 NLA_PUT_U32(msg, IFLA_IPTUN_LOCAL, sit->local); in sit_put_attrs()
|
D | ip6tnl.c | 61 [IFLA_IPTUN_LOCAL] = { .minlen = sizeof(struct in6_addr) }, 108 if (tb[IFLA_IPTUN_LOCAL]) { in ip6_tnl_parse() 109 nla_memcpy(&ip6_tnl->local, tb[IFLA_IPTUN_LOCAL], sizeof(struct in6_addr)); in ip6_tnl_parse() 167 NLA_PUT(msg, IFLA_IPTUN_LOCAL, sizeof(struct in6_addr), &ip6_tnl->local); in ip6_tnl_put_attrs()
|
/external/libnl/include/linux-private/linux/ |
D | if_tunnel.h | 43 IFLA_IPTUN_LOCAL, enumerator
|
/external/iproute2/include/linux/ |
D | if_tunnel.h | 43 IFLA_IPTUN_LOCAL, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | if_tunnel.h | 60 IFLA_IPTUN_LOCAL, enumerator
|