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

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c2794 char cmsg_buf[sizeof (*cmsg) + sizeof (struct tpacket_auxdata) + variable
2820 msg.msg_control = (void *)_CMSG_HDR_ALIGN(cmsg_buf);
2821 msg.msg_controllen = sizeof (cmsg_buf) -
2822 (_CMSG_HDR_ALIGN(cmsg_buf) - (uintptr_t)cmsg_buf);

Completed in 23 milliseconds