Net-Interface

 view release on metacpan or  search on metacpan

ni_in6_classify.c  view on Meta::CPAN

 *   where:									*
 *										*
 *      FP = 001 = Format Prefix						*
 *										*
 *           This is the Format Prefix used to identify aggregatable		*
 *           global unicast addresses.						*
 *										*
 *      TLA = 0x1FFE = Top-Level Aggregation Identifier				*
 *										*
 *           This is a TLA ID assigned by the IANA for 6bone testing under	*
 *           the auspices of the IETF IPng Transition Working Group 6bone	*
 *           testbed activity.							*
 *										*
 *	3ffe::/16 - experimental 6bone	- obsolete 6/6/2006			*
 * ****************************************************************************	*/

	if (byte0 == 0x3Fu && byte1 == 0xFEu)
	    type |= IPV6_ADDR_6BONE;
	
/* ****************************************************************************	*
 *	http://www.ipv6day.org/action.php?n=En.GetConnected-Teredo		*



( run in 0.322 second using v1.01-cache-2.11-cpan-0a6323c29d9 )