pub(crate) fn original_dst_v6(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.