Searched refs:size_ipv6 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpool.h57 unsigned int size_ipv6; member in struct:ifconfig_pool
H A Dpool.c175 pool->size_ipv6 = ipv6_netbits>96? ( 1<<(128-ipv6_netbits) )
178 msg( D_IFCONFIG_POOL, "IFCONFIG POOL IPv6: (IPv4) size=%d, size_ipv6=%d, netbits=%d, base_ipv6=%s",
179 pool->size, pool->size_ipv6, ipv6_netbits,
186 ASSERT( pool->size < pool->size_ipv6 );
332 if (hand >= 0 && hand < pool->size_ipv6 )

Completed in 66 milliseconds