Lines Matching refs:IPEndPoint
32 int Connect(const IPEndPoint& address);
37 int Bind(const IPEndPoint& address);
43 int GetPeerAddress(IPEndPoint* address) const;
47 int GetLocalAddress(IPEndPoint* address) const;
78 IPEndPoint* address,
92 const IPEndPoint& address,
127 bool ProcessSuccessfulRead(int num_bytes, IPEndPoint* address);
131 int CreateSocket(const IPEndPoint& address);
138 const IPEndPoint* address,
141 int InternalRecvFrom(IOBuffer* buf, int buf_len, IPEndPoint* address);
142 int InternalSendTo(IOBuffer* buf, int buf_len, const IPEndPoint* address);
148 mutable scoped_ptr<IPEndPoint> local_address_;
149 mutable scoped_ptr<IPEndPoint> remote_address_;
167 IPEndPoint* recv_from_address_;