Home | History | Annotate | Download | only in base

Lines Matching full:address

41   // The default route indicates which local address to use when a socket is
42 // bound to the 'any' address, e.g. 0.0.0.0.
134 // Binds the given socket to the given (fully-defined) address.
137 // Find the socket bound to the given address
147 // Find the socket pair corresponding to this server address.
154 // Connects the given socket to the socket at the given address
158 // Sends a disconnect message to the socket at the given address
161 // Sends the given packet to the socket at the given address (if one exists).
202 // We don't (currently) specify an address family for sockets; instead,
203 // the currently bound address is used to infer the address family.
204 // Any socket that is not explicitly bound to an IPv4 address is assumed to be
212 // This applies even if the IPv4 address is 0.0.0.0.
263 // Used by TurnPortTest to mimic a case where proxy returns local host address
289 // For testing purpose only. Fired when client socket is bound to an address.
309 // Used by server sockets to set the local address without binding.
343 // When we bind a socket to Any, VSS's Bind gives it another address. For
345 // explicitly given a particular address and sockets that had one picked