Searched defs:CMSG_SPACE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Ddefines.h540 #define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len)) macro
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c81 # define CMSG_SPACE(l) (CMSG_ALIGN(l)+_CMSG_HDR_ALIGN(sizeof(struct cmsghdr))) macro
83 # define CMSG_SPACE(l) (CMSG_ALIGN(l)+CMSG_ALIGN(sizeof(struct cmsghdr))) macro
/freebsd-11-stable/sys/sys/
H A Dsocket.h533 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l)) macro

Completed in 75 milliseconds