Searched defs:UDPClientSocket (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/net/udp/
H A Dudp_client_socket.cc11 UDPClientSocket::UDPClientSocket(DatagramSocket::BindType bind_type, function in class:net::UDPClientSocket
18 UDPClientSocket::~UDPClientSocket() {
21 int UDPClientSocket::Connect(const IPEndPoint& address) {
25 int UDPClientSocket::Read(IOBuffer* buf,
31 int UDPClientSocket::Write(IOBuffer* buf,
37 void UDPClientSocket::Close() {
41 int UDPClientSocket::GetPeerAddress(IPEndPoint* address) const {
45 int UDPClientSocket
[all...]
H A Dudp_client_socket.h18 class NET_EXPORT_PRIVATE UDPClientSocket : public DatagramClientSocket { class in namespace:net
20 UDPClientSocket(DatagramSocket::BindType bind_type,
24 virtual ~UDPClientSocket();
41 DISALLOW_COPY_AND_ASSIGN(UDPClientSocket);

Completed in 115 milliseconds