struct IPv6HeaderInfo
		 | 
		 
                
		| 
 Simple structure used to cache commonly passed IPv6 header information
 which comes from socket control message headers. More... |  
	 
	 
	
	 | 
 | 
 
Public Members
 Simple structure used to cache commonly passed IPv6 header information
 which comes from socket control message headers. This is used when
 reading from the kernel, so we use C types, rather than XORP C++ Class
 Library types.
 
| IPv6	 src_address
 | src_address | 
| IPv6	 dst_address
 | dst_address | 
| uint32_t	 ip_protocol
 | ip_protocol | 
| bool	 ip_router_alert
 | ip_router_alert | 
| vector<uint8_t>  ext_headers_type
 | ext_headers_type | 
| vector<vector<uint8_t> >  ext_headers_payload
 | ext_headers_payload | 
	
Generated by: pavlin on possum.icir.org on Wed Mar 21 11:23:22 2007, using kdoc $.