https://github.com/torvalds/linux
Raw File
Tip revision: 40ffbfad6bb79a99cc7627bdaca0ee22dec526f6 authored by Linus Torvalds on 01 September 2007, 06:08:24 UTC
Linux 2.6.23-rc5
Tip revision: 40ffbfa
ebt_arpreply.h
#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
back to top