Searched refs:ifconfig_pool_handle (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpool.h67 typedef int ifconfig_pool_handle; typedef
75 ifconfig_pool_handle ifconfig_pool_acquire (struct ifconfig_pool *pool, in_addr_t *local, in_addr_t *remote, struct in6_addr *remote_ipv6, const char *common_name);
77 bool ifconfig_pool_release (struct ifconfig_pool* pool, ifconfig_pool_handle hand, const bool hard);
H A Dpool.c212 ifconfig_pool_handle
257 ifconfig_pool_release (struct ifconfig_pool* pool, ifconfig_pool_handle hand, const bool hard)
272 static ifconfig_pool_handle
275 ifconfig_pool_handle ret = -1;
300 ifconfig_pool_handle_to_ip_base (const struct ifconfig_pool* pool, ifconfig_pool_handle hand)
327 ifconfig_pool_handle_to_ipv6_base (const struct ifconfig_pool* pool, ifconfig_pool_handle hand)
342 ifconfig_pool_handle h = ifconfig_pool_ip_base_to_handle (pool, addr);
519 ifconfig_pool_handle array[256];
528 ifconfig_pool_handle h;
563 ifconfig_pool_handle
[all...]
H A Dmulti.h82 ifconfig_pool_handle vaddr_handle;

Completed in 119 milliseconds