Lines Matching refs:IPEndPoint
81 int UDPSocketLibevent::GetPeerAddress(IPEndPoint* address) const { in GetPeerAddress()
93 scoped_ptr<IPEndPoint> address(new IPEndPoint()); in GetPeerAddress()
103 int UDPSocketLibevent::GetLocalAddress(IPEndPoint* address) const { in GetLocalAddress()
115 scoped_ptr<IPEndPoint> address(new IPEndPoint()); in GetLocalAddress()
133 IPEndPoint* address, in RecvFrom()
168 const IPEndPoint& address, in SendTo()
175 const IPEndPoint* address, in SendToOrWrite()
203 send_to_address_.reset(new IPEndPoint(*address)); in SendToOrWrite()
209 int UDPSocketLibevent::Connect(const IPEndPoint& address) { in Connect()
226 remote_address_.reset(new IPEndPoint(address)); in Connect()
230 int UDPSocketLibevent::Bind(const IPEndPoint& address) { in Bind()
283 int UDPSocketLibevent::CreateSocket(const IPEndPoint& address) { in CreateSocket()
315 IPEndPoint* address) { in InternalRecvFrom()
346 const IPEndPoint* address) { in InternalSendTo()