Searched refs:CMSG_LEN (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h839 #define CMSG_LEN(l) (__DARWIN_ALIGN32(sizeof(struct cmsghdr)) + (l)) macro
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket2.c1476 cp->cmsg_len = CMSG_LEN(size);
1508 cp->cmsg_len = CMSG_LEN(size);
H A Duipc_syscalls.c1233 tmp_cp->cmsg_len = CMSG_LEN(sizeof(struct user64_timeval));
1241 tmp_cp->cmsg_len = CMSG_LEN(sizeof(struct user32_timeval));
/darwin-on-arm/xnu/bsd/netinet/
H A Dudp_usrreq.c1243 if (control->m_len < CMSG_LEN(0))
1253 if (cm->cmsg_len != CMSG_LEN(sizeof(struct in_pktinfo)))
H A Din_tclass.c727 if (cm->cmsg_len != CMSG_LEN(sizeof (int)))
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c3082 if (control->m_len < CMSG_LEN(0))
3094 cm->cmsg_len - CMSG_LEN(0), opt, 0, 1, uproto);

Completed in 45 milliseconds