diff options
author | Boian Bonev <bbonev@ipacct.com> | 2011-11-14 09:19:56 +0530 |
---|---|---|
committer | Boian Bonev <bbonev@ipacct.com> | 2011-11-14 09:19:56 +0530 |
commit | 060569c084f072cd6dd0509e8c30d78d2d2d2b84 (patch) | |
tree | b649ed1012d8a9195c1349ab19252224764acf99 /protocol.h | |
parent | 8e00efedad165bfed2856a41cbf492c91e0ddce0 (diff) | |
parent | a5b710a45671c1b9504130d83d3ebe7fe8a65c5a (diff) | |
download | MAC-Telnet-060569c084f072cd6dd0509e8c30d78d2d2d2b84.tar.gz MAC-Telnet-060569c084f072cd6dd0509e8c30d78d2d2d2b84.zip |
merge
Diffstat (limited to 'protocol.h')
-rw-r--r-- | protocol.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -33,6 +33,13 @@ #define MT_MNDP_TIMEOUT 5 #define MT_MNDP_LONGTIMEOUT 120 +#ifndef ETH_ALEN +#define ETH_ALEN 6 +#endif +#ifndef IPV4_ALEN +#define IPV4_ALEN 4 +#endif + /* Packet type */ enum mt_ptype { MT_PTYPE_SESSIONSTART, |