Lines Matching refs:network
5 // A simulated network for use within NaCl.
82 // Network constants and data structures. These match the traditional values.
425 // An addr is a sequence of bytes uniquely identifying a network address.
429 // A conn is one side of a stream-based network connection.
430 // That is, a stream-based network connection is a pair of cross-connected conns.
438 // A pktconn is one side of a packet-based network connection.
439 // That is, a packet-based network connection is a pair of cross-connected pktconns.
447 // A listener accepts incoming stream-based network connections.
453 // A netFile is an open network file.
468 // A netAddr is a network address in the global listener map.
476 // net records the state of the network.
477 // It maps a network address to the listener on that address.