Home
last modified time | relevance | path

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

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