OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__CMSG_ALIGN
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_port.h
284
#if !defined(
__CMSG_ALIGN
)
286
#define
__CMSG_ALIGN
(a) CMSG_ALIGN(a)
/src/sys/sys/
socket.h
544
#define
__CMSG_ALIGN
(n) (((n) + __ALIGNBYTES) & ~__ALIGNBYTES)
547
#define CMSG_ALIGN(n)
__CMSG_ALIGN
(n)
550
#define __CMSG_ASIZE
__CMSG_ALIGN
(sizeof(struct cmsghdr))
552
(__CASTV(char *, cmsg) +
__CMSG_ALIGN
((cmsg)->cmsg_len))
575
#define CMSG_SPACE(l) (__CMSG_ASIZE +
__CMSG_ALIGN
(l))
Completed in 14 milliseconds
Indexes created Wed Sep 24 02:09:48 GMT 2025