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

/macosx-10.10/OpenSSL098-52/src/demos/tunala/
H A Dip.c81 int ip_parse_address(const char *address, const char **parsed_ip, function
125 if(!ip_parse_address(address, &ip, &port, 1))
135 if(!ip_parse_address(address, &ip, &port, 0))
H A Dtunala.h200 int ip_parse_address(const char *address, const char **parsed_ip,
H A Dtunala.c506 if(!ip_parse_address(proxyhost, &proxy_ip, &proxy_port, 0))
507 return err_str1("ip_parse_address(%s) failed", proxyhost);

Completed in 86 milliseconds