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

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c2833 struct tpacket_auxdata aux; variable in typeref:struct:tpacket_auxdata
2845 memcpy(&aux, CMSG_DATA(cmsg),
2846 sizeof (aux));
2847 action_type = aux.tp_of_action;
2848 port_no = aux.tp_of_port;
2849 tuninfop = &aux.tp_tun_info;

Completed in 30 milliseconds