| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | /* 
 | 
					
						
							| 
									
										
										
										
											2007-10-16 01:27:29 -07:00
										 |  |  |  * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  |  * Licensed under the GPL | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-10-16 01:27:29 -07:00
										 |  |  | #ifndef __DRIVERS_MCAST_H
 | 
					
						
							|  |  |  | #define __DRIVERS_MCAST_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | #include "net_user.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | struct mcast_data { | 
					
						
							|  |  |  | 	char *addr; | 
					
						
							|  |  |  | 	unsigned short port; | 
					
						
							|  |  |  | 	void *mcast_addr; | 
					
						
							|  |  |  | 	int ttl; | 
					
						
							|  |  |  | 	void *dev; | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-09-27 01:50:33 -07:00
										 |  |  | extern const struct net_user_info mcast_user_info; | 
					
						
							| 
									
										
										
										
											2005-04-16 15:20:36 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | extern int mcast_user_write(int fd, void *buf, int len,  | 
					
						
							|  |  |  | 			    struct mcast_data *pri); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-10-16 01:27:29 -07:00
										 |  |  | #endif
 |