Searched defs:CMSG_LEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Ddefines.h535 #define CMSG_LEN(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c75 # define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr))+(len)) macro
/freebsd-11-stable/sys/sys/
H A Dsocket.h534 #define CMSG_LEN(l) (_ALIGN(sizeof(struct cmsghdr)) + (l)) macro

Completed in 80 milliseconds