Home | History | Annotate | Download | only in udp

Lines Matching refs:UDPSocketWin

24 void UDPSocketWin::ReadDelegate::OnObjectSignaled(HANDLE object) {
29 void UDPSocketWin::WriteDelegate::OnObjectSignaled(HANDLE object) {
34 UDPSocketWin::UDPSocketWin(net::NetLog* net_log,
54 UDPSocketWin::~UDPSocketWin() {
59 void UDPSocketWin::Close() {
77 int UDPSocketWin::GetPeerAddress(IPEndPoint* address) const {
99 int UDPSocketWin::GetLocalAddress(IPEndPoint* address) const {
121 int UDPSocketWin::Read(IOBuffer* buf,
127 int UDPSocketWin::RecvFrom(IOBuffer* buf,
148 int UDPSocketWin::Write(IOBuffer* buf,
154 int UDPSocketWin::SendTo(IOBuffer* buf,
161 int UDPSocketWin::SendToOrWrite(IOBuffer* buf,
180 int UDPSocketWin::Connect(const IPEndPoint& address) {
201 int UDPSocketWin::Bind(const IPEndPoint& address) {
222 int UDPSocketWin::CreateSocket(const IPEndPoint& address) {
230 void UDPSocketWin::DoReadCallback(int rv) {
240 void UDPSocketWin::DoWriteCallback(int rv) {
250 void UDPSocketWin::DidCompleteRead() {
265 bool UDPSocketWin::ProcessSuccessfulRead(int num_bytes, IPEndPoint* address) {
280 void UDPSocketWin::DidCompleteWrite() {
292 void UDPSocketWin::ProcessSuccessfulWrite(int num_bytes) {
297 int UDPSocketWin::InternalRecvFrom(IOBuffer* buf, int buf_len,
334 int UDPSocketWin::InternalSendTo(IOBuffer* buf, int buf_len,