Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Ddns_checker.cpp36 const int DNS_SERVER_PORT = 53; variable
194 dest.sin_port = htons(DNS_SERVER_PORT); in checkDnsValid()