dhcpd-pools  3.0
ISC dhcpd lease usage analyser
Data Structures | Macros | Typedefs
sys_socket.in.h File Reference
#include <stdalign.h>
#include <sys/uio.h>
Include dependency graph for sys_socket.in.h:

Go to the source code of this file.

Data Structures

struct  sockaddr_storage
 
struct  msghdr
 

Macros

#define _   @GUARD_PREFIX@_SYS_SOCKET_H
 
#define _GL_SYS_SOCKET_INLINE   _GL_INLINE
 
#define GNULIB_defined_sa_family_t   1
 
#define __ss_aligntype   unsigned long int
 
#define _SS_SIZE   256
 
#define _SS_PADSIZE
 
#define GNULIB_defined_struct_sockaddr_storage   1
 

Typedefs

typedef unsigned short sa_family_t
 

Macro Definition Documentation

◆ _

#define _   @GUARD_PREFIX@_SYS_SOCKET_H

◆ __ss_aligntype

#define __ss_aligntype   unsigned long int

◆ _GL_SYS_SOCKET_INLINE

#define _GL_SYS_SOCKET_INLINE   _GL_INLINE

◆ _SS_PADSIZE

#define _SS_PADSIZE
Value:
(_SS_SIZE - ((sizeof (sa_family_t) >= alignof (__ss_aligntype) \
? sizeof (sa_family_t) \
: alignof (__ss_aligntype)) \
+ sizeof (__ss_aligntype)))
unsigned short sa_family_t
Definition: sys_socket.in.h:84
#define _SS_SIZE
Definition: sys_socket.in.h:104
#define __ss_aligntype
Definition: sys_socket.in.h:103

◆ _SS_SIZE

#define _SS_SIZE   256

◆ GNULIB_defined_sa_family_t

#define GNULIB_defined_sa_family_t   1

◆ GNULIB_defined_struct_sockaddr_storage

#define GNULIB_defined_struct_sockaddr_storage   1

Typedef Documentation

◆ sa_family_t

typedef unsigned short sa_family_t