Searched defs:dst_sin6 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy.c410 struct sockaddr_in6 dst_sin6; local
426 pdst_sa = (struct sockaddr *)&dst_sin6;
427 pdst_addr = (void *)&dst_sin6.sin6_addr;
429 memset(&dst_sin6, 0, sizeof(dst_sin6));
431 dst_sin6.sin6_len =
433 dst_sa_len = sizeof(dst_sin6);
434 dst_sin6.sin6_family = AF_INET6;
435 memcpy(&dst_sin6.sin6_addr, &dst_addr->ip6, sizeof(ip6_addr_t));
436 dst_sin6
[all...]

Completed in 34 milliseconds