Searched refs:ifconfig_pool_entry (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.h41 struct ifconfig_pool_entry struct
58 struct ifconfig_pool_entry *list;
H A Dpool.c44 ifconfig_pool_entry_free (struct ifconfig_pool_entry *ipe, bool hard)
68 struct ifconfig_pool_entry *ipe = &pool->list[i];
189 ALLOC_ARRAY_CLEAR (pool->list, struct ifconfig_pool_entry, pool->size);
220 struct ifconfig_pool_entry *ipe = &pool->list[i];
345 struct ifconfig_pool_entry *e = &pool->list[h];
364 const struct ifconfig_pool_entry *e = &pool->list[i];

Completed in 42 milliseconds