Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dandroid_profiling_dynamic.cpp176 const size_t control_buf_len = static_cast<size_t>(CMSG_SPACE(raw_ctl_data_sz)); in HandleTracedPerfSignal()
/bionic/libc/include/sys/
Dsocket.h112 #define CMSG_SPACE(len) (CMSG_ALIGN(sizeof(struct cmsghdr)) + CMSG_ALIGN(len)) macro