Function socket2::sys::original_dst_ipv6

source ยท
pub(crate) fn original_dst_ipv6(fd: c_int) -> Result<SockAddr>
Expand description

Get the value for the IP6T_SO_ORIGINAL_DST option on this socket.

This value contains the original destination IPv6 address of the connection redirected using ip6tables REDIRECT or TPROXY.