logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

xt_mac.h (227B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _XT_MAC_H
  3. #define _XT_MAC_H
  4. #include <linux/if_ether.h>
  5. struct xt_mac_info {
  6. unsigned char srcaddr[ETH_ALEN];
  7. int invert;
  8. };
  9. #endif /*_XT_MAC_H*/