Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ddefines.h605 #define CMSG_LEN(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro
/freebsd/sys/sys/
H A Dsocket.h578 #define CMSG_LEN(l) (_ALIGN(sizeof(struct cmsghdr)) + (l)) macro
/freebsd/contrib/unbound/util/
H A Dnetevent.c100 # define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr))+(len)) macro