repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.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*/