Home
last modified time | relevance | path

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

/netbsd-src/lib/librumpuser/
H A Drumpuser_port.h284 #if !defined(__CMSG_ALIGN) macro
/netbsd-src/sys/sys/
H A Dsocket.h542 #define __CMSG_ALIGN(n) (((n) + __ALIGNBYTES) & ~__ALIGNBYTES) macro