Home
last modified time | relevance | path

Searched refs:CMSG_ALIGN (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Dprivsep.c86 #ifndef CMSG_ALIGN
87 #define CMSG_ALIGN(n) (CMSG_SPACE((n)) - CMSG_SPACE(0)) macro
92 ((has_cmsg) ? (socklen_t)(CMSG_ALIGN((pos)) - (pos)) : 0)
/dragonfly/sys/sys/
H A Dsocket.h485 #define CMSG_ALIGN(n) _CMSG_ALIGN(n) macro
/dragonfly/sys/netinet6/
H A Dip6_output.c2996 if (CMSG_ALIGN(cm->cmsg_len) >= control->m_len) { in ip6_setpktoptions()
3001 control->m_data += CMSG_ALIGN(cm->cmsg_len); in ip6_setpktoptions()
3002 control->m_len -= CMSG_ALIGN(cm->cmsg_len); in ip6_setpktoptions()
/dragonfly/sys/netinet/
H A Dudp_usrreq.c954 control->m_data += CMSG_ALIGN(cm->cmsg_len), in udp_send()
955 control->m_len -= CMSG_ALIGN(cm->cmsg_len)) { in udp_send()
/dragonfly/sys/kern/
H A Duipc_usrreq.c1806 control->m_len = CMSG_ALIGN(newlen); in unp_internalize()