Searched refs:nghttp2_inet_pton (Results 1 – 1 of 1) sorted by relevance
75 int nghttp2_inet_pton(int af, const char *src, void *dst) { in nghttp2_inet_pton() function82 int nghttp2_inet_pton(int af, const char *src, void *dst) {697 rv = nghttp2_inet_pton(family, hostname, dst.data()); in numeric_host()1083 return nghttp2_inet_pton(AF_INET6, host, dst) == 1; in ipv6_numeric_addr()