/include/linux/netfilter_bridge/ebt_arpreply.h

https://bitbucket.org/thekraven/iscream_thunderc-2.6.35 · C++ Header · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · cb8caa3adbfd8f756073719a7f871421 MD5 · raw file

  1. #ifndef __LINUX_BRIDGE_EBT_ARPREPLY_H
  2. #define __LINUX_BRIDGE_EBT_ARPREPLY_H
  3. struct ebt_arpreply_info {
  4. unsigned char mac[ETH_ALEN];
  5. int target;
  6. };
  7. #define EBT_ARPREPLY_TARGET "arpreply"
  8. #endif