Home
last modified time | relevance | path

Searched refs:__ss_aligntype (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/bits/
Dsocket.h166 # define __ss_aligntype __uint64_t macro
168 # define __ss_aligntype __uint32_t macro
171 (_SS_SIZE - __SOCKADDR_COMMON_SIZE - sizeof (__ss_aligntype))
177 __ss_aligntype __ss_align; /* Force desired alignment. */
/glibc-2.36/bits/
Dsocket.h162 # define __ss_aligntype __uint64_t macro
164 # define __ss_aligntype __uint32_t macro
167 (_SS_SIZE - __SOCKADDR_COMMON_SIZE - sizeof (__ss_aligntype))
173 __ss_aligntype __ss_align; /* Force desired alignment. */
/glibc-2.36/inet/
Dtst-sockaddr.c34 #define OLD_PADSIZE (OLD_REFERENCE_SIZE - (2 * sizeof (__ss_aligntype)))
38 __ss_aligntype old_align;
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsocket.h192 #define __ss_aligntype unsigned long int macro
194 (_SS_SIZE - __SOCKADDR_COMMON_SIZE - sizeof (__ss_aligntype))
200 __ss_aligntype __ss_align; /* Force desired alignment. */
/glibc-2.36/ChangeLog.old/
DChangeLog.101376 (__ss_aligntype, struct sockaddr_storage): Make these like Linux
DChangeLog.1933695 (__ss_aligntype): Use __WORDSIZE instead of ULONG_MAX to determine