Home | History | Annotate | Download | only in poll

Lines Matching refs:network

263 	// succeeded (the bytes are actually sent/recv from network).
283 // a larger type representing a network connection or OS file.
334 // The net argument is a network name from the net package (e.g., "tcp"),
354 return "", errors.New("internal error: unknown network type " + net)
359 // Only call init for a network socket.
366 // method for non-network sockets. If some method does
452 // Shutdown wraps the shutdown network call.
606 // ReadFrom wraps the recvfrom network call.
759 // WriteTo wraps the sendto network call.
948 // ReadMsg wraps the WSARecvMsg network call.
971 // WriteMsg wraps the WSASendMsg network call.