PATH:
usr
/
include
/
linux
/
netfilter_bridge
#ifndef __LINUX_BRIDGE_EBT_LOG_H #define __LINUX_BRIDGE_EBT_LOG_H #include <linux/types.h> #define EBT_LOG_IP 0x01 /* if the frame is made by ip, log the ip information */ #define EBT_LOG_ARP 0x02 #define EBT_LOG_NFLOG 0x04 #define EBT_LOG_IP6 0x08 #define EBT_LOG_MASK (EBT_LOG_IP | EBT_LOG_ARP | EBT_LOG_IP6) #define EBT_LOG_PREFIX_SIZE 30 #define EBT_LOG_WATCHER "log" struct ebt_log_info { __u8 loglevel; __u8 prefix[EBT_LOG_PREFIX_SIZE]; __u32 bitmask; }; #endif
[-] ebt_ip.h
[edit]
[-] ebt_limit.h
[edit]
[-] ebt_arp.h
[edit]
[+]
..
[-] ebt_nat.h
[edit]
[-] ebt_stp.h
[edit]
[-] ebt_pkttype.h
[edit]
[-] ebt_among.h
[edit]
[-] ebt_mark_t.h
[edit]
[-] ebt_802_3.h
[edit]
[-] ebtables.h
[edit]
[-] ebt_ulog.h
[edit]
[-] ebt_arpreply.h
[edit]
[-] ebt_vlan.h
[edit]
[-] ebt_redirect.h
[edit]
[-] ebt_log.h
[edit]
[-] ebt_ip6.h
[edit]
[-] ebt_mark_m.h
[edit]
[-] ebt_nflog.h
[edit]