Home
last modified time | relevance | path

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

/external/crosvm/base/src/sys/unix/
Dsock_ctrl_msg.rs51 macro_rules! CMSG_SPACE { macro
/external/musl/include/sys/
Dsocket.h363 #define CMSG_SPACE(len) (CMSG_ALIGN (len) + CMSG_ALIGN (sizeof (struct cmsghdr))) macro