Home | History | Annotate | Download | only in udp

Lines Matching refs:IPEndPoint

77 int UDPSocketWin::GetPeerAddress(IPEndPoint* address) const {
89 scoped_ptr<IPEndPoint> address(new IPEndPoint());
99 int UDPSocketWin::GetLocalAddress(IPEndPoint* address) const {
111 scoped_ptr<IPEndPoint> address(new IPEndPoint());
129 IPEndPoint* address,
156 const IPEndPoint& address,
163 const IPEndPoint* address,
180 int UDPSocketWin::Connect(const IPEndPoint& address) {
197 remote_address_.reset(new IPEndPoint(address));
201 int UDPSocketWin::Bind(const IPEndPoint& address) {
222 int UDPSocketWin::CreateSocket(const IPEndPoint& address) {
265 bool UDPSocketWin::ProcessSuccessfulRead(int num_bytes, IPEndPoint* address) {
298 IPEndPoint* address) {
335 const IPEndPoint* address) {