Home
last modified time | relevance | path

Searched refs:IFLA_IPTUN_LOCAL (Results 1 – 14 of 14) 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.c54 [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()
Dsit.c58 [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()
Dip6tnl.c61 [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/syzkaller/sys/linux/
Dsocket_netlink_route.txt374 IFLA_IPTUN_LOCAL nlattr[IFLA_IPTUN_LOCAL, ipv4_addr]
381 IFLA_IPTUN_LOCAL nlattr[IFLA_IPTUN_LOCAL, ipv6_addr]
401 IFLA_IPTUN_LOCAL nlattr[IFLA_IPTUN_LOCAL, ipv6_addr]
Dsocket_netlink_route_amd64.const198 IFLA_IPTUN_LOCAL = 2
Dsocket_netlink_route_arm.const198 IFLA_IPTUN_LOCAL = 2
Dsocket_netlink_route_386.const198 IFLA_IPTUN_LOCAL = 2
Dsocket_netlink_route_ppc64le.const198 IFLA_IPTUN_LOCAL = 2
Dsocket_netlink_route_arm64.const198 IFLA_IPTUN_LOCAL = 2
/external/libnl/include/linux-private/linux/
Dif_tunnel.h43 IFLA_IPTUN_LOCAL, enumerator
/external/iproute2/include/uapi/linux/
Dif_tunnel.h61 IFLA_IPTUN_LOCAL, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_tunnel.h61 IFLA_IPTUN_LOCAL, enumerator