diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2007-02-27 14:45:37 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2007-02-27 14:45:37 +0000 |
| commit | ad3b9f70edfee478f6d49a3da81e1f62b0a4526c (patch) | |
| tree | a2755f5d663bc92d94da13ab34d910ee68e775a3 /sys/netinet/in.h | |
| parent | f30112ba162f4d0999cd0b04a3305c7ef323edc1 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/in.h')
| -rw-r--r-- | sys/netinet/in.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index db074ef591a1..89181e0931ca 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -369,6 +369,7 @@ __END_DECLS #define INADDR_UNSPEC_GROUP (u_int32_t)0xe0000000 /* 224.0.0.0 */ #define INADDR_ALLHOSTS_GROUP (u_int32_t)0xe0000001 /* 224.0.0.1 */ #define INADDR_ALLRTRS_GROUP (u_int32_t)0xe0000002 /* 224.0.0.2 */ +#define INADDR_ALLRPTS_GROUP (u_int32_t)0xe0000016 /* 224.0.0.22, IGMPv3 */ #define INADDR_CARP_GROUP (u_int32_t)0xe0000012 /* 224.0.0.18 */ #define INADDR_PFSYNC_GROUP (u_int32_t)0xe00000f0 /* 224.0.0.240 */ #define INADDR_ALLMDNS_GROUP (u_int32_t)0xe00000fb /* 224.0.0.251 */ |
