Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/demos/tunala/
Dip.c81 int ip_parse_address(const char *address, const char **parsed_ip, in ip_parse_address() function
129 if (!ip_parse_address(address, &ip, &port, 1)) in ip_create_listener()
139 if (!ip_parse_address(address, &ip, &port, 0)) in ip_create_connection()
Dtunala.h227 int ip_parse_address(const char *address, const char **parsed_ip,
Dtunala.c553 if (!ip_parse_address(proxyhost, &proxy_ip, &proxy_port, 0)) in main()