Searched refs:L_CMSG_HDRSZ (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/compat/linux/
H A Dlinux_socket.h84 #define L_CMSG_HDRSZ LINUX_CMSG_LEN(0) macro
H A Dlinux_socket.c1237 datalen = linux_cmsg.cmsg_len - L_CMSG_HDRSZ;
1357 linux_cmsg = malloc(L_CMSG_HDRSZ, M_TEMP, M_WAITOK | M_ZERO);
1427 error = copyout(linux_cmsg, outbuf, L_CMSG_HDRSZ);
1430 outbuf += L_CMSG_HDRSZ;

Completed in 53 milliseconds