Home
last modified time | relevance | path

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

/sysdeps/mach/hurd/bits/
A Dsocket.h250 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro
/sysdeps/unix/sysv/linux/bits/
A Dsocket.h305 #define CMSG_LEN(len) (CMSG_ALIGN (sizeof (struct cmsghdr)) + (len)) macro

Completed in 10 milliseconds