webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
nethelpers.cc File Reference
#include "webrtc/base/nethelpers.h"
#include <memory>
#include "webrtc/base/byteorder.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/signalthread.h"

Namespaces

 rtc
 

Functions

int rtc::ResolveHostname (const std::string &hostname, int family, std::vector< IPAddress > *addresses)
 
const char * rtc::inet_ntop (int af, const void *src, char *dst, socklen_t size)
 
int rtc::inet_pton (int af, const char *src, void *dst)
 
bool rtc::HasIPv6Enabled ()