Function rustix::net::sockopt::get_socket_cookie
source ยท pub fn get_socket_cookie<Fd: AsFd>(fd: Fd) -> Result<u64>
Expand description
getsockopt(fd, SOL_SOCKET, SO_COOKIE)
See the module-level documentation for more.