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

/vbox/src/VBox/NetworkServices/NAT/
H A Dproxy.c412 struct sockaddr *pdst_sa; local
426 pdst_sa = (struct sockaddr *)&dst_sin6;
441 pdst_sa = (struct sockaddr *)&dst_sin;
482 status = connect(s, pdst_sa, dst_sa_len);

Completed in 44 milliseconds