Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dos-local.c198 # define CMSG_SPACE(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + _CMSG_ALIGN(len) ) in ldap_pvt_connect() macro
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dsocket.c786 static size_t CMSG_SPACE(size_t len) { in CMSG_SPACE() function
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcpcd.h111 #define CMSG_SPACE(len) (ALIGN(sizeof(struct cmsghdr)) + ALIGN(len)) macro
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.c98 # define CMSG_SPACE(l) (CMSG_ALIGN(l)+_CMSG_HDR_ALIGN(sizeof(struct cmsghdr))) macro
100 # define CMSG_SPACE(l) (CMSG_ALIGN(l)+CMSG_ALIGN(sizeof(struct cmsghdr))) macro
/netbsd-src/sys/sys/
H A Dsocket.h573 #define CMSG_SPACE(l) (__CMSG_ASIZE + __CMSG_ALIGN(l)) macro
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h91 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len)) macro
611 #define CMSG_SPACE(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + _CMSG_ALIGN(len)) macro