Libtrap: Internal development docs  1.16.1
Data Fields

Data Fields

struct addrinfo tcpip_addr
 used for TCPIP socket More...
 
struct sockaddr_un unix_addr
 used for path of UNIX socket More...
 

Detailed Description

Internal union for host address storage, common for tcpip & unix

Definition at line 100 of file ifc_tcpip.c.

Field Documentation

◆ tcpip_addr

struct addrinfo tcpip_socket_addr::tcpip_addr

used for TCPIP socket

Definition at line 101 of file ifc_tcpip.c.

◆ unix_addr

struct sockaddr_un tcpip_socket_addr::unix_addr

used for path of UNIX socket

Definition at line 102 of file ifc_tcpip.c.


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