Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Ddhcpcd.h111 #define CMSG_SPACE(len) (ALIGN(sizeof(struct cmsghdr)) + ALIGN(len)) macro
/dragonfly/sys/sys/
H A Dsocket.h513 #define CMSG_SPACE(l) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + _CMSG_ALIGN(l)) macro
/dragonfly/crypto/openssh/
H A Ddefines.h610 #define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len)) macro