Lines Matching refs:IPEndPoint
24 IPEndPoint::IPEndPoint() : port_(0) {}
26 IPEndPoint::~IPEndPoint() {}
28 IPEndPoint::IPEndPoint(const IPAddressNumber& address, int port)
32 IPEndPoint::IPEndPoint(const IPEndPoint& endpoint) {
37 AddressFamily IPEndPoint::GetFamily() const {
41 int IPEndPoint::GetSockAddrFamily() const {
53 bool IPEndPoint::ToSockAddr(struct sockaddr* address,
87 bool IPEndPoint::FromSockAddr(const struct sockaddr* sock_addr,
104 std::string IPEndPoint::ToString() const {
108 std::string IPEndPoint::ToStringWithoutPort() const {
112 bool IPEndPoint::operator<(const IPEndPoint& that) const {
123 bool IPEndPoint::operator==(const IPEndPoint& that) const {