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.
pub(crate) unsafe fn sockaddr_nonempty(
_storage: *const sockaddr,
len: SocketAddrLen,
) -> bool
Check if a socket address returned from the OS is considered non-empty.