Home | History | Annotate | Download | only in poll

Lines Matching refs:network

16 // field of a larger type representing a network connection or OS file.
41 // Whether this is a file rather than a network socket.
50 // The net argument is a network name from the net package (e.g., "tcp"),
54 // We don't actually care about the various network types.
106 // Shutdown wraps the shutdown network call.
193 // ReadFrom wraps the recvfrom network call.
217 // ReadMsg wraps the recvmsg network call.
308 // WriteTo wraps the sendto network call.
331 // WriteMsg wraps the sendmsg network call.
354 // Accept wraps the accept network call.