i3
Data Fields
sockaddr_union Union Reference

Data Fields

struct sockaddr sa
 
struct sockaddr_in in4
 
struct sockaddr_in6 in6
 
struct sockaddr_un un
 
struct sockaddr_storage storage
 

Detailed Description

Definition at line 204 of file sd-daemon.c.

Field Documentation

struct sockaddr_in sockaddr_union::in4

Definition at line 206 of file sd-daemon.c.

Referenced by sd_is_socket_inet().

struct sockaddr_in6 sockaddr_union::in6

Definition at line 207 of file sd-daemon.c.

Referenced by sd_is_socket_inet().

struct sockaddr sockaddr_union::sa

Definition at line 205 of file sd-daemon.c.

Referenced by sd_is_socket(), sd_is_socket_inet(), sd_is_socket_unix(), and sd_notify().

struct sockaddr_storage sockaddr_union::storage

Definition at line 209 of file sd-daemon.c.

struct sockaddr_un sockaddr_union::un

Definition at line 208 of file sd-daemon.c.

Referenced by sd_is_socket_unix(), and sd_notify().


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