[][src]Function netstat2::iterate_sockets_info_without_pids

pub fn iterate_sockets_info_without_pids(
    af_flags: AddressFamilyFlags,
    proto_flags: ProtocolFlags
) -> Result<impl Iterator<Item = Result<SocketInfo, Error>>, Error>

Iterate through sockets information without attaching PID.