Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dstream.c1128 char cmsg_space[CMSG_SPACE(UV__CMSG_FD_SIZE)]; in uv__read() local
1174 msg.msg_controllen = sizeof(cmsg_space); in uv__read()
1175 msg.msg_control = cmsg_space; in uv__read()