net.TCPListener.ok (method)

7 uses

	net (current package)
		tcpsock.go#L236: 	if !l.ok() {
		tcpsock.go#L245: 	if !l.ok() {
		tcpsock.go#L258: 	if !l.ok() {
		tcpsock.go#L271: 	if !l.ok() {
		tcpsock.go#L288: 	if !l.ok() {
		tcpsock.go#L305: 	if !l.ok() {
		tcpsock_posix.go#L136: func (ln *TCPListener) ok() bool { return ln != nil && ln.fd != nil }