Searched defs:CMSG_ALIGN (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dcompat.h191 #define CMSG_ALIGN _CMSG_DATA_ALIGN macro
193 #define CMSG_ALIGN(len) (((len) + sizeof(long) - 1) & ~(sizeof(long) - 1)) macro
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dprivsep.c87 #define CMSG_ALIGN(n) (CMSG_SPACE((n)) - CMSG_SPACE(0)) macro
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h97 #define CMSG_ALIGN(n) ALIGN(n) macro
/netbsd-current/external/bsd/unbound/dist/util/
H A Dnetevent.c82 # define CMSG_ALIGN(n) __CMSG_ALIGN(n) macro
84 # define CMSG_ALIGN _CMSG_DATA_ALIGN macro
86 # define CMSG_ALIGN(len) (((len)+sizeof(long)-1) & ~(sizeof(long)-1)) macro
/netbsd-current/sys/sys/
H A Dsocket.h545 #define CMSG_ALIGN(n) __CMSG_ALIGN(n) macro

Completed in 203 milliseconds