webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Macros | Functions
win32socketserver.cc File Reference
#include "webrtc/base/win32socketserver.h"
#include <algorithm>
#include <ws2tcpip.h>
#include "webrtc/base/byteorder.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/win32window.h"
#include "webrtc/base/winping.h"

Classes

struct  rtc::Win32Socket::DnsLookup
 
class  rtc::Win32Socket::EventSink
 

Namespaces

 rtc
 

Macros

#define WM_SOCKETNOTIFY   (WM_USER + 50)
 
#define WM_DNSNOTIFY   (WM_USER + 51)
 

Functions

LPCSTR rtc::WSAErrorToString (int error, LPCSTR *description_result)
 
void rtc::ReportWSAError (LPCSTR context, int error, const SocketAddress &address)
 

Macro Definition Documentation

◆ WM_DNSNOTIFY

#define WM_DNSNOTIFY   (WM_USER + 51)

◆ WM_SOCKETNOTIFY

#define WM_SOCKETNOTIFY   (WM_USER + 50)