i3
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 211 of file sd-daemon.c.

Field Documentation

◆ in4

struct sockaddr_in sockaddr_union::in4

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

Referenced by sd_is_socket_inet().

◆ in6

struct sockaddr_in6 sockaddr_union::in6

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

Referenced by sd_is_socket_inet().

◆ sa

struct sockaddr sockaddr_union::sa

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

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

◆ storage

struct sockaddr_storage sockaddr_union::storage

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

◆ un

struct sockaddr_un sockaddr_union::un

Definition at line 215 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: