Home
last modified time | relevance | path

Searched defs:CMSG_LEN (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dos-local.c201 # define CMSG_LEN(len) (_CMSG_ALIGN( sizeof(struct cmsghdr)) + (len) ) in ldap_pvt_connect() macro
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dsocket.c774 static size_t CMSG_LEN(size_t len) { in CMSG_LEN() function
/netbsd-src/sys/sys/
H A Dsocket.h574 #define CMSG_LEN(l) (__CMSG_ASIZE + (l)) macro
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h94 #define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro
614 #define CMSG_LEN(len) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.c92 # define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr))+(len)) macro