Kea  1.9.9-git
sockaddr_util.h File Reference
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <exceptions/isc_assert.h>
+ Include dependency graph for sockaddr_util.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::util
 
 isc::util::io
 
 isc::util::io::internal
 

Functions

template<typename SAType >
const struct sockaddr * isc::util::io::internal::convertSockAddr (const SAType *sa)
 
template<typename SAType >
const SAType * isc::util::io::internal::convertSockAddr (const struct sockaddr *sa)
 
template<typename SAType >
struct sockaddr * isc::util::io::internal::convertSockAddr (SAType *sa)
 
template<typename SAType >
SAType * isc::util::io::internal::convertSockAddr (struct sockaddr *sa)
 
socklen_t isc::util::io::internal::getSALength (const struct sockaddr &sa)