Skip to content

Commit

Permalink
netinet: Add IPPROTO_IGMP definition
Browse files Browse the repository at this point in the history
Add the definition of Internet Group Management Protocol.

Signed-off-by: Cong Wang <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Thomas Graf <[email protected]>
Signed-off-by: Flavio Leitner <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Daniel Borkmann authored and blp committed May 19, 2014
1 parent 9500f50 commit 08be8c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ Bryan Phillippe [email protected]
Casey Barker [email protected]
Chris Wright [email protected]
Chuck Short [email protected]
Cong Wang [email protected]
Damien Millescamps [email protected]
Dan Carpenter [email protected]
Dan Wendlandt [email protected]
Daniel Borkmann [email protected]
Daniel Hiltgen [email protected]
Daniel Roman [email protected]
Daniele Di Proietto [email protected]
Expand Down
1 change: 1 addition & 0 deletions include/sparse/netinet/in.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ struct sockaddr_in6 {
#define IPPROTO_IPV6 41
#define IPPROTO_HOPOPTS 0
#define IPPROTO_ICMP 1
#define IPPROTO_IGMP 2
#define IPPROTO_TCP 6
#define IPPROTO_UDP 17
#define IPPROTO_ROUTING 43
Expand Down

0 comments on commit 08be8c0

Please sign in to comment.