in6.h
Change-Id: Id548a6a144ca77ef3a7bb76f24b8b902efd680b4
This commit is contained in:
		
							parent
							
								
									f86720112c
								
							
						
					
					
						commit
						307904234c
					
				@ -143,9 +143,7 @@ struct in6_addr {
 | 
				
			|||||||
#define SIN6_LEN
 | 
					#define SIN6_LEN
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
struct sockaddr_in6 {
 | 
					struct sockaddr_in6 {
 | 
				
			||||||
#if !defined(__minix)
 | 
					 | 
				
			||||||
	uint8_t		sin6_len;	/* length of this struct(socklen_t)*/
 | 
						uint8_t		sin6_len;	/* length of this struct(socklen_t)*/
 | 
				
			||||||
#endif /* !defined(__minix) */
 | 
					 | 
				
			||||||
	sa_family_t	sin6_family;	/* AF_INET6 (sa_family_t) */
 | 
						sa_family_t	sin6_family;	/* AF_INET6 (sa_family_t) */
 | 
				
			||||||
	in_port_t	sin6_port;	/* Transport layer port */
 | 
						in_port_t	sin6_port;	/* Transport layer port */
 | 
				
			||||||
	uint32_t	sin6_flowinfo;	/* IP6 flow information */
 | 
						uint32_t	sin6_flowinfo;	/* IP6 flow information */
 | 
				
			||||||
@ -153,7 +151,6 @@ struct sockaddr_in6 {
 | 
				
			|||||||
	uint32_t	sin6_scope_id;	/* scope zone index */
 | 
						uint32_t	sin6_scope_id;	/* scope zone index */
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if !defined(__minix)
 | 
					 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Local definition for masks
 | 
					 * Local definition for masks
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@ -203,7 +200,6 @@ extern const struct in6_addr in6mask128;
 | 
				
			|||||||
#define IPV6_ADDR_INT16_MLL	0x02ff
 | 
					#define IPV6_ADDR_INT16_MLL	0x02ff
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#endif /* !defined(__minix) */
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Definition of some useful macros to handle IP6 addresses
 | 
					 * Definition of some useful macros to handle IP6 addresses
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user