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

/freebsd-11.0-release/contrib/unbound/util/
H A Dnetevent.c60 # define CMSG_ALIGN(n) __CMSG_ALIGN(n) macro
62 # define CMSG_ALIGN _CMSG_DATA_ALIGN macro
64 # define CMSG_ALIGN(len) (((len)+sizeof(long)-1) & ~(sizeof(long)-1)) macro
/freebsd-11.0-release/sys/sys/
H A Dsocket.h527 #define CMSG_ALIGN(n) _ALIGN(n) macro

Completed in 128 milliseconds