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

/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c2680 struct ovs_key_ethernet eth_key; local
2693 bzero(&eth_key, sizeof (eth_key));
2718 bcopy(etheraddr, &eth_key.eth_src, ETHERADDRL);
2725 bcopy(etheraddr, &eth_key.eth_dst, ETHERADDRL);
2741 nl_msg_put_unspec(action, OVS_KEY_ATTR_ETHERNET, &eth_key,
2742 sizeof (eth_key));

Completed in 38 milliseconds