/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
- #ifndef __LINUX_BRIDGE_EBT_ARPREPLY_H
- #define __LINUX_BRIDGE_EBT_ARPREPLY_H
- struct ebt_arpreply_info {
- unsigned char mac[ETH_ALEN];
- int target;
- };
- #define EBT_ARPREPLY_TARGET "arpreply"
- #endif