Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linux/
HDlinux_socket.h101 #define CMSG_HDRSZ CMSG_LEN(0) macro
HDlinux_socket.c1446 if (datalen + CMSG_HDRSZ > MCLBYTES) in linux_sendmsg_common()