Searched refs:IFLA_IPTUN_LOCAL (Results 1 – 14 of 14) sorted by relevance
/external/iproute2/ip/ |
D | link_ip6tnl.c | 131 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()
|
D | link_iptnl.c | 136 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/ |
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/syzkaller/sys/linux/ |
D | socket_netlink_route.txt | 374 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]
|
D | socket_netlink_route_amd64.const | 198 IFLA_IPTUN_LOCAL = 2
|
D | socket_netlink_route_arm.const | 198 IFLA_IPTUN_LOCAL = 2
|
D | socket_netlink_route_386.const | 198 IFLA_IPTUN_LOCAL = 2
|
D | socket_netlink_route_ppc64le.const | 198 IFLA_IPTUN_LOCAL = 2
|
D | socket_netlink_route_arm64.const | 198 IFLA_IPTUN_LOCAL = 2
|
/external/libnl/include/linux-private/linux/ |
D | if_tunnel.h | 43 IFLA_IPTUN_LOCAL, enumerator
|
/external/iproute2/include/uapi/linux/ |
D | if_tunnel.h | 61 IFLA_IPTUN_LOCAL, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | if_tunnel.h | 61 IFLA_IPTUN_LOCAL, enumerator
|