repo.or.cz
/
linux-2.6.19-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git]
/
include
/
linux
/
netfilter
/
xt_mac.h
blob
b892cdc67e06966ba83168e0e540c2501dd703d6
1
#ifndef _XT_MAC_H
2
#define _XT_MAC_H
3
4
struct
xt_mac_info
{
5
unsigned char
srcaddr
[
ETH_ALEN
];
6
int
invert
;
7
};
8
#endif
/*_XT_MAC_H*/