Home | History | Annotate | Download | only in base

Lines Matching refs:address

16 // An IPEndPoint represents the address of a transport endpoint:
17 // * IP address (either v4 or v6)
23 IPEndPoint(const IPAddressNumber& address, int port);
26 const IPAddressNumber& address() const { return address_; }
29 // Returns AF_INET or AF_INET6 depending on the type of the address.
33 // |address| is the sockaddr to copy into. Should be at least
36 // size of data in |address| available. On output, it is the size of
37 // the address that was copied into |address|.
39 bool ToSockAddr(struct sockaddr* address, size_t* address_length) const;
42 // |address| is the address.
43 // |address_length| is the length of |address|.
45 bool FromSockAddr(const struct sockaddr* address, size_t address_length);
48 // string if the address is invalid, and cannot not be converted to a