Searched defs:CMSG_LEN (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/sys/
H A Dsocket.h554 #define CMSG_LEN(len) (_ALIGN(sizeof(struct cmsghdr)) + (len)) macro
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnetevent.c92 # define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr))+(len)) macro
[all...]
/openbsd-current/usr.sbin/unbound/util/
H A Dnetevent.c92 # define CMSG_LEN(len) (CMSG_ALIGN(sizeof(struct cmsghdr))+(len)) macro
[all...]

Completed in 116 milliseconds