Home
last modified time | relevance | path

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

/freebsd-src/contrib/unbound/util/
H A Dnetevent.c98 # define CMSG_SPACE( global() macro
100 # define CMSG_SPACE( global() macro
[all...]
/freebsd-src/crypto/openssh/
H A Ddefines.h610 #define CMSG_SPACE(len) (__CMSG_ALIGN(sizeof(struct cmsghdr)) + __CMSG_ALIGN(len)) macro
/freebsd-src/sys/sys/
H A Dsocket.h575 #define CMSG_SPACE( global() macro