Home | History | Annotate | Download | only in link

Lines Matching refs:remote

55 	struct in6_addr         remote;
114 nla_memcpy(&ip6_tnl->remote, tb[IFLA_IPTUN_REMOTE], sizeof(struct in6_addr));
170 NLA_PUT(msg, IFLA_IPTUN_REMOTE, sizeof(struct in6_addr), &ip6_tnl->remote);
236 nl_dump(p, " remote ");
238 if(inet_ntop(AF_INET6, &ip6_tnl->remote, addr, INET6_ADDRSTRLEN))
241 nl_dump_line(p, "%#x\n", ip6_tnl->remote);
441 * Set IP6_TNL tunnel remote address
443 * @arg remote remote address
453 memcpy(&ip6_tnl->remote, addr, sizeof(struct in6_addr));
460 * Get IP6_TNL tunnel remote address
471 memcpy(addr, &ip6_tnl->remote, sizeof(struct in6_addr));