Home | History | Annotate | Download | only in embenchen

Lines Matching full:sockets

4466         // map the new stream to the socket structure (sockets have a 1:1
4513 // for sockets that've already connected (e.g. we're the server)
4662 // listen sockets should only say they're available for reading
4668 var dest = sock.type === 1 ? // we only care about the socket state for connection-based sockets
4673 !dest || // connection-less sockets are always ready to read
4679 if (!dest || // connection-less sockets are always ready to write
4728 // in order to emulate dgram sockets, we need to launch a listen server when
4830 // TODO saddr and sport will be set for bind()'d UDP sockets, but what
4831 // should we be returning for TCP sockets that've been connect()'d?
4838 // connection-less sockets will honor the message address,
4849 // connection-based sockets will only use the bound