summaryrefslogtreecommitdiff
path: root/nuttx/include/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-13 02:29:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-13 02:29:09 +0000
commit35a4b3030e7548e6aace209ef8e92a5e2b495d1e (patch)
tree58618ea692e3702c7d1a14201cbffc505cc40fc0 /nuttx/include/net
parent71304dc3cb0f85441247930b1a62a5ddaa09dbf4 (diff)
downloadnuttx-35a4b3030e7548e6aace209ef8e92a5e2b495d1e.tar.gz
nuttx-35a4b3030e7548e6aace209ef8e92a5e2b495d1e.tar.bz2
nuttx-35a4b3030e7548e6aace209ef8e92a5e2b495d1e.zip
IGMP debug fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2790 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/net')
-rwxr-xr-xnuttx/include/net/uip/uip-igmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/include/net/uip/uip-igmp.h b/nuttx/include/net/uip/uip-igmp.h
index e57d8b438..184153a84 100755
--- a/nuttx/include/net/uip/uip-igmp.h
+++ b/nuttx/include/net/uip/uip-igmp.h
@@ -110,6 +110,7 @@
#define IS_SCHEDMSG(f) (((f) & IGMP_SCHEDMSG) != 0)
#define IS_WAITMSG(f) (((f) & IGMP_WAITMSG) != 0)
+#define ROUTER_ALERT 0x94040000
#define IGMP_TTL 1
/****************************************************************************