Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/client/
Dconnect2.c66 wsi->dns_reachability = 0; in lws_getaddrinfo46()
96 wsi->dns_reachability = 1; in lws_getaddrinfo46()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h800 unsigned int dns_reachability:1; member
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams.c438 h->wsi && h->wsi->dns_reachability); in lws_ss_event_helper()