Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.c90 # define CMSG_ALIGN(n) __CMSG_ALIGN(n) macro
92 # define CMSG_ALIGN _CMSG_DATA_ALIGN macro
94 # define CMSG_ALIGN(len) (((len)+sizeof(long)-1) & ~(sizeof(long)-1)) macro
/freebsd/sys/sys/
H A Dsocket.h582 #define CMSG_ALIGN(n) _ALIGN(n) macro