Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/util/
HDnetevent.c74 # define CMSG_SPACE(l) (CMSG_ALIGN(l)+_CMSG_HDR_ALIGN(sizeof(struct cmsghdr))) macro
76 # define CMSG_SPACE(l) (CMSG_ALIGN(l)+CMSG_ALIGN(sizeof(struct cmsghdr))) macro
/NextBSD/crypto/openssh/
HDdefines.h519 #define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len)) macro
/NextBSD/sys/sys/
HDsocket.h523 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l)) macro