Asterisk - The Open Source Telephony Project
21.4.1
|
Socket address structure. More...
#include <netsock2.h>
Data Fields | |
socklen_t | len |
struct sockaddr_storage | ss |
Socket address structure.
The first member is big enough to contain addresses of any family. The second member contains the length (in bytes) used in the first member.
Definition at line 97 of file netsock2.h.