Home | History | Annotate | Download | only in udp

Lines Matching defs:UDPServerSocket

9 UDPServerSocket::UDPServerSocket(net::NetLog* net_log,
14 UDPServerSocket::~UDPServerSocket() {
17 int UDPServerSocket::Listen(const IPEndPoint& address) {
21 int UDPServerSocket::RecvFrom(IOBuffer* buf,
28 int UDPServerSocket::SendTo(IOBuffer* buf,
35 void UDPServerSocket::Close() {
39 int UDPServerSocket::GetPeerAddress(IPEndPoint* address) const {
43 int UDPServerSocket::GetLocalAddress(IPEndPoint* address) const {