libBsdSockets
C++ Wrapper classes to the BSD Socket API
AddressInfoConversions.cpp File Reference
#include <sys/socket.h>
#include <stdexcept>
#include <map>
#include "AddressInfoConversions.h"
Include dependency graph for AddressInfoConversions.cpp:

Go to the source code of this file.

Namespaces

 BsdSockets
 Namespace of the BsdSockets library.
 

Functions

int BsdSockets::socketDomainToLowLevel (SocketDomain domain)
 
SocketDomain BsdSockets::lowLevelToSocketDomain (int lowLevel)
 
int BsdSockets::socketTypeToLowLevel (SocketType type)