EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Fields
client_address Struct Reference

Client address structure definition. More...

#include <sockctl.h>

Data Fields

union {
   struct sockaddr_un   addr_un
 
   struct sockaddr_in   addr_in
 
caddr
 
int len
 
enum SOCKET_TYPE type
 

Detailed Description

Client address structure definition.

Field Documentation

◆ addr_in

struct sockaddr_in client_address::addr_in

◆ addr_un

struct sockaddr_un client_address::addr_un

◆ 

union { ... } client_address::caddr

◆ len

int client_address::len

◆ type

enum SOCKET_TYPE client_address::type

The documentation for this struct was generated from the following file: