net.netFD.isConnected (field)
9 uses
net (current package)
fd_posix.go#L23: isConnected bool // handshake completed or use of association with peer
iprawsock_posix.go#L88: if c.fd.isConnected {
iprawsock_posix.go#L102: if c.fd.isConnected {
sock_posix.go#L152: fd.isConnected = true
udpsock_posix.go#L70: if c.fd.isConnected {
udpsock_posix.go#L84: if c.fd.isConnected && addr != nil {
udpsock_posix.go#L87: if !c.fd.isConnected && addr == nil {
unixsock_posix.go#L126: if c.fd.isConnected {
unixsock_posix.go#L140: if c.fd.sotype == syscall.SOCK_DGRAM && c.fd.isConnected {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |