Searched defs:nexthop (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_connect.c219 apr_sockaddr_t *nexthop; local
254 rv = apr_sockaddr_info_get(&nexthop, connectname, APR_UNSPEC,
266 proxyname ? NULL : nexthop) != OK) {
297 failed = ap_proxy_connect_to_backend(&sock, "CONNECT", nexthop,
344 "to %pI (%s)", nexthop, connectname);
359 nexthop, connectname);

Completed in 2310 milliseconds