Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ddefines.h610 #define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len)) macro
/freebsd/sys/sys/
H A Dsocket.h577 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l)) macro
/freebsd/contrib/unbound/util/
H A Dnetevent.c106 # define CMSG_SPACE(l) (CMSG_ALIGN(l)+_CMSG_HDR_ALIGN(sizeof(struct cmsghdr))) macro
108 # define CMSG_SPACE(l) (CMSG_ALIGN(l)+CMSG_ALIGN(sizeof(struct cmsghdr))) macro