Lines Matching refs:IPEndPoint
30 int Connect(const IPEndPoint& address);
35 int Bind(const IPEndPoint& address);
41 int GetPeerAddress(IPEndPoint* address) const;
45 int GetLocalAddress(IPEndPoint* address) const;
76 IPEndPoint* address,
90 const IPEndPoint& address,
143 int CreateSocket(const IPEndPoint& address);
150 const IPEndPoint* address,
153 int InternalRecvFrom(IOBuffer* buf, int buf_len, IPEndPoint* address);
154 int InternalSendTo(IOBuffer* buf, int buf_len, const IPEndPoint* address);
160 mutable scoped_ptr<IPEndPoint> local_address_;
161 mutable scoped_ptr<IPEndPoint> remote_address_;
174 IPEndPoint* recv_from_address_;
179 scoped_ptr<IPEndPoint> send_to_address_;