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

/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dvpnplugins.h62 int add_address_range(char* ip_addr_start, char* ip_addr_end);
H A Dvpnplugins.c175 int add_address_range(char* ip_addr_start, char* ip_addr_end) argument
183 if (!ip_addr_end)
187 if (inet_pton(AF_INET, ip_addr_end, &end_addr) < 1)

Completed in 159 milliseconds