Searched refs:in6_req (Results 1 – 1 of 1) sorted by relevance
673 struct in6_aliasreq in6_req = {}; in in6_set_tunnel() local675 strlcpy(in6_req.ifra_name, ctx->ifname, sizeof(in6_req.ifra_name)); in in6_set_tunnel()676 memcpy(&in6_req.ifra_addr, srcres->ai_addr, srcres->ai_addr->sa_len); in in6_set_tunnel()677 memcpy(&in6_req.ifra_dstaddr, dstres->ai_addr, in in6_set_tunnel()680 if (ioctl_ctx(ctx, SIOCSIFPHYADDR_IN6, &in6_req) < 0) in in6_set_tunnel()