Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Ddefines.h599 #ifndef __CMSG_ALIGN
600 #define __CMSG_ALIGN(p) (((u_int)(p) + OSSH_ALIGNBYTES) &~ OSSH_ALIGNBYTES) macro
605 #define CMSG_LEN(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + (len))
610 #define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len))
615 #define CMSG_DATA(cmsg) ((u_char *)(cmsg) + __CMSG_ALIGN(sizeof(struct cmsghdr)))