Home
last modified time | relevance | path

Searched defs:AllSockets (Results 1 – 5 of 5) sorted by relevance

/dports/net/Sockets/Sockets-2.3.9.9/
H A DSocketHandler.h134 const std::map<SOCKET, Socket *>& AllSockets() { return m_sockets; } in AllSockets() function
/dports/x11-fonts/xfs/xfs-1.2.0/os/
H A Dconnection.c102 fd_set AllSockets; variable
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/os/
H A Dconnection.c183 fd_set AllSockets; /* select on this */ variable
/dports/audio/nas/nas-1.9.4/server/os/
H A Dconnection.c260 long AllSockets[mskcnt]; /* select on this */ variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Networking/Sockets/
H A Dmod.rs4221 …pub fn AllSockets() -> ::windows::runtime::Result<super::super::Foundation::Collections::IMapView<… in AllSockets() method