Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dsocket.h514 #define CMSG_LEN(l) (_CMSG_ALIGN(sizeof(struct cmsghdr)) + (l)) macro
/dflybsd-src/crypto/openssh/
H A Ddefines.h605 #define CMSG_LEN(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + (len)) macro