Home | History | Annotate | Download | only in udp

Lines Matching refs:IPEndPoint

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