Lines Matching refs:address
22 // Constructs an empty address list.
25 // Constructs an address list for a single IP literal. If
27 // canonicalized IP address.
28 AddressList(const IPAddressNumber& address, int port, bool canonicalize_name);
58 // Sets the address to match |src|, and have each sockaddr's port be |port|.
63 // Gets the canonical name for the address.
70 // Clears all data from this address list. This leaves the list in the same
77 // Constructs an address list for a single socket address.
78 // |address| the sockaddr to copy.
82 const struct sockaddr* address,