Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/time/src/
H A Dsntp_client.cpp53 char const *NTP_PORT = "123"; variable
73 int error = getaddrinfo(host.c_str(), NTP_PORT, &hints, &addrs); in RequestTime()