Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41041
b: refs/heads/master
c: fb47ddb
h: refs/heads/master
i:
  41039: 1fcea4b
v: v3
  • Loading branch information
David L Stevens authored and David S. Miller committed Nov 22, 2006
1 parent c0db908 commit 08c2f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 354f60a9952d0af59e684b91cc6e06b95fbbf5ef
refs/heads/master: fb47ddb2db9c18664bd7b06c201a2398885b64fc
2 changes: 1 addition & 1 deletion trunk/include/linux/igmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ struct ip_mc_list
#define IGMPV3_MASK(value, nb) ((nb)>=32 ? (value) : ((1<<(nb))-1) & (value))
#define IGMPV3_EXP(thresh, nbmant, nbexp, value) \
((value) < (thresh) ? (value) : \
((IGMPV3_MASK(value, nbmant) | (1<<(nbmant+nbexp))) << \
((IGMPV3_MASK(value, nbmant) | (1<<(nbmant))) << \
(IGMPV3_MASK((value) >> (nbmant), nbexp) + (nbexp))))

#define IGMPV3_QQIC(value) IGMPV3_EXP(0x80, 4, 3, value)
Expand Down

0 comments on commit 08c2f7c

Please sign in to comment.