Home
last modified time | relevance | path

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

/third_party/musl/src/network/
Dresolvconf.c45 int32_t timeout_second = config.timeout_ms / 1000; in __get_resolv_conf() local
50 if (timeout_second > 0) { in __get_resolv_conf()
51 if (timeout_second >= 60) { in __get_resolv_conf()
54 conf->timeout = timeout_second; in __get_resolv_conf()