OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMSG_ALIGN
(Results
1 - 11
of
11
) sorted by relevancy
/src/lib/librumpuser/
rumpuser_port.h
285
#ifdef
CMSG_ALIGN
286
#define __CMSG_ALIGN(a)
CMSG_ALIGN
(a)
/src/sys/compat/linux/common/
linux_socket.h
206
(
CMSG_ALIGN
(sizeof(struct cmsghdr)) - sizeof(struct linux_cmsghdr))
linux_socket.c
603
CMSG_ALIGN
(sizeof(*cmsg)) - sizeof(*cmsg));
/src/sys/compat/netbsd32/
netbsd32_socket.c
123
cmsg = (void *)((char *)cmsg +
CMSG_ALIGN
(cmsg->cmsg_len));
456
cidx +=
CMSG_ALIGN
(cmsg->cmsg_len);
465
mp->msg_controllen = ctl_mbuf->m_len =
CMSG_ALIGN
(cidx);
/src/sys/kern/
uipc_usrreq.c
1415
const size_t nfds = (cm->cmsg_len -
CMSG_ALIGN
(sizeof(*cm))) /
1556
cm->cmsg_len <
CMSG_ALIGN
(sizeof(*cm)))
1563
nfds = (cm->cmsg_len -
CMSG_ALIGN
(sizeof(*cm))) / sizeof(int);
1925
qfds = (cm->cmsg_len -
CMSG_ALIGN
(sizeof(*cm)))
uipc_syscalls.c
578
if (mp->msg_controllen <
CMSG_ALIGN
(sizeof(struct cmsghdr))) {
810
KASSERT(
CMSG_ALIGN
(sizeof(*cm)) <= cm->cmsg_len);
812
nfds = (cm->cmsg_len -
CMSG_ALIGN
(sizeof(*cm))) / sizeof(int);
uipc_socket2.c
1454
memset((uint8_t *)*p + size, 0,
CMSG_ALIGN
(size) - size);
/src/sys/sys/
socket.h
547
#define
CMSG_ALIGN
(n) __CMSG_ALIGN(n)
/src/sys/netinet/
ip_output.c
1528
control->m_data +=
CMSG_ALIGN
(cm->cmsg_len),
1529
control->m_len -=
CMSG_ALIGN
(cm->cmsg_len)) {
sctp_output.c
129
if ((tlen-at) < (int)
CMSG_ALIGN
(sizeof(cmh))) {
144
at +=
CMSG_ALIGN
(sizeof(struct cmsghdr));
145
if ((int)(cmh.cmsg_len -
CMSG_ALIGN
(sizeof(struct cmsghdr))) < cpsize) {
155
at +=
CMSG_ALIGN
(cmh.cmsg_len);
/src/sys/netinet6/
ip6_output.c
2793
for (; control->m_len > 0; control->m_data +=
CMSG_ALIGN
(cm->cmsg_len),
2794
control->m_len -=
CMSG_ALIGN
(cm->cmsg_len)) {
Completed in 28 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025