Home | History | Annotate | Download | only in base

Lines Matching defs:IPEndPoint

17 IPEndPoint::IPEndPoint() : port_(0) {}
19 IPEndPoint::~IPEndPoint() {}
21 IPEndPoint::IPEndPoint(const IPAddressNumber& address, int port)
25 IPEndPoint::IPEndPoint(const IPEndPoint& endpoint) {
30 int IPEndPoint::GetFamily() const {
45 bool IPEndPoint::ToSockAddr(struct sockaddr* address,
81 bool IPEndPoint::FromSockAddr(const struct sockaddr* address,
109 std::string IPEndPoint::ToString() const {
119 bool IPEndPoint::operator<(const IPEndPoint& that) const {
130 bool IPEndPoint::operator==(const IPEndPoint& that) const {