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

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c1974 struct tpacket_auxdata auxdata; local
1975 char coutmsg[sizeof (auxdata) + sizeof (*cmsg) + _CMSG_HDR_ALIGNMENT];
1998 msghdr.msg_controllen = sizeof (*cmsg) + sizeof (auxdata);
2006 cmsg->cmsg_len = CMSG_DATA(cmsg) + sizeof (auxdata) - (uchar_t *)cmsg;
2008 memcpy(&auxdata, CMSG_DATA(cmsg), sizeof (auxdata));
2009 auxdata.tp_of_port = port_no;
2010 auxdata.tp_tun_id = 0;
2011 IN6_IPADDR_TO_V4MAPPED(0, &auxdata.tp_tun_dstip);
2013 auxdata
2017 memcpy(CMSG_DATA(cmsg), &auxdata, sizeof (auxdata)); local
[all...]

Completed in 21 milliseconds