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

/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c65 # define CMSG_ALIGN(n) __CMSG_ALIGN(n) macro
67 # define CMSG_ALIGN _CMSG_DATA_ALIGN macro
69 # define CMSG_ALIGN(len) (((len)+sizeof(long)-1) & ~(sizeof(long)-1)) macro
/freebsd-11-stable/sys/sys/
H A Dsocket.h538 #define CMSG_ALIGN(n) _ALIGN(n) macro

Completed in 70 milliseconds