Home
last modified time | relevance | path

Searched refs:SetupIPCheckChannel (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DNetworkConnectivityService.cpp176 static inline already_AddRefed<nsIChannel> SetupIPCheckChannel(bool ipv4) { in SetupIPCheckChannel() function
256 mIPv4Channel = SetupIPCheckChannel(/* ipv4 = */ true); in RecheckIPConnectivity()
262 mIPv6Channel = SetupIPCheckChannel(/* ipv4 = */ false); in RecheckIPConnectivity()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DNetworkConnectivityService.cpp368 static inline already_AddRefed<nsIChannel> SetupIPCheckChannel(bool ipv4) { in SetupIPCheckChannel() function
448 mIPv4Channel = SetupIPCheckChannel(/* ipv4 = */ true); in RecheckIPConnectivity()
454 mIPv6Channel = SetupIPCheckChannel(/* ipv4 = */ false); in RecheckIPConnectivity()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DNetworkConnectivityService.cpp368 static inline already_AddRefed<nsIChannel> SetupIPCheckChannel(bool ipv4) { in SetupIPCheckChannel() function
448 mIPv4Channel = SetupIPCheckChannel(/* ipv4 = */ true); in RecheckIPConnectivity()
454 mIPv6Channel = SetupIPCheckChannel(/* ipv4 = */ false); in RecheckIPConnectivity()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DNetworkConnectivityService.h43 already_AddRefed<nsIChannel> SetupIPCheckChannel(bool ipv4);
H A DNetworkConnectivityService.cpp374 already_AddRefed<nsIChannel> NetworkConnectivityService::SetupIPCheckChannel( in SetupIPCheckChannel() function in mozilla::net::NetworkConnectivityService
473 mIPv4Channel = SetupIPCheckChannel(/* ipv4 = */ true); in RecheckIPConnectivity()
479 mIPv6Channel = SetupIPCheckChannel(/* ipv4 = */ false); in RecheckIPConnectivity()