Sign in
nest-open-source
/
nest-learning-thermostat
/
5.8
/
linux
/
767a574a9e8a49b60a1184494958764b04757951
/
.
/
linux
/
include
/
linux
/
netfilter
/
xt_mac.h
blob: b892cdc67e06966ba83168e0e540c2501dd703d6 [
file
] [
log
] [
blame
]
#ifndef
_XT_MAC_H
#define
_XT_MAC_H
struct
xt_mac_info
{
unsigned
char
srcaddr
[
ETH_ALEN
];
int
invert
;
};
#endif
/*_XT_MAC_H*/