netfilter_arp.h
来自「这是一个linux下基于二层模式下arp过滤程序」· C头文件 代码 · 共 23 行
H
23 行
#ifndef __LINUX_ARP_NETFILTER_H#define __LINUX_ARP_NETFILTER_H/* Userspace specific header file since 2.4 only has 2 chains *//* ARP-specific defines for netfilter. * (C)2002 Rusty Russell IBM -- This code is GPL. */#include <linux/config.h>#include <linux/netfilter.h>/* There is no PF_ARP. */#define NF_ARP 0/* ARP Hooks */#define NF_ARP_IN 0#define NF_ARP_OUT 1#define NF_ARP_FORWARD 2extern int NF_ARP_NUMHOOKS; /* boy, this is dirty */#endif /* __LINUX_ARP_NETFILTER_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?