diff options
| author | SUZUKI Shinsuke <suz@FreeBSD.org> | 2005-10-21 16:23:01 +0000 |
|---|---|---|
| committer | SUZUKI Shinsuke <suz@FreeBSD.org> | 2005-10-21 16:23:01 +0000 |
| commit | 743eee666f210e57243adc9ff8eb72e1082bff48 (patch) | |
| tree | b24292a814b8011ab44cabf6cac263a8a214a60a /sys/netinet/icmp6.h | |
| parent | 9c8aab3e0b1fd7ccd2dc7ad60cabcda3ca72d0a2 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/icmp6.h')
| -rw-r--r-- | sys/netinet/icmp6.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/netinet/icmp6.h b/sys/netinet/icmp6.h index b35ec09e3afc4..3b6189a817d2d 100644 --- a/sys/netinet/icmp6.h +++ b/sys/netinet/icmp6.h @@ -619,7 +619,11 @@ struct icmp6stat { #define ICMPV6CTL_ND6_DEBUG 18 #define ICMPV6CTL_ND6_DRLIST 19 #define ICMPV6CTL_ND6_PRLIST 20 -#define ICMPV6CTL_MAXID 21 +#define ICMPV6CTL_MLD_MAXSRCFILTER 21 +#define ICMPV6CTL_MLD_SOMAXSRC 22 +#define ICMPV6CTL_MLD_VERSION 23 +#define ICMPV6CTL_ND6_MAXQLEN 24 +#define ICMPV6CTL_MAXID 25 #define RTF_PROBEMTU RTF_PROTO1 |
