Function sockaddr_nonempty

Source
pub(crate) unsafe fn sockaddr_nonempty(
    _storage: *const sockaddr,
    len: SocketAddrLen,
) -> bool
Expand description

Check if a socket address returned from the OS is considered non-empty.