summaryrefslogtreecommitdiff
path: root/nuttx/include/net/ioctls.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/net/ioctls.h')
-rw-r--r--nuttx/include/net/ioctls.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/include/net/ioctls.h b/nuttx/include/net/ioctls.h
index 2395c1787..7bb6c18b3 100644
--- a/nuttx/include/net/ioctls.h
+++ b/nuttx/include/net/ioctls.h
@@ -1,7 +1,7 @@
/****************************************************************************
* include/net/ioctls.h
*
- * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2008, 2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -68,6 +68,9 @@
#define SIOCDIFADDR _SIOC(0x000c) /* Delete IP address */
#define SIOCGIFCOUNT _SIOC(0x000d) /* Get number of devices */
+#define SIOCGIPMSFILTER _SIOC(0x000e) /* Retrieve source filter addresses */
+#define SIOCSIPMSFILTER _SIOC(0x000f) /* Set source filter content */
+
/****************************************************************************
* Type Definitions
****************************************************************************/