Home
last modified time | relevance | path

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

/third_party/musl/src/network/
Dresolvconf.c135 int32_t timeout_second = config.timeout_ms / 1000; in get_resolv_conf_ext() local
138 if (timeout_second > 0) { in get_resolv_conf_ext()
139 if (timeout_second >= 60) { in get_resolv_conf_ext()
142 conf->timeout = timeout_second; in get_resolv_conf_ext()
/third_party/musl/porting/linux/user/src/network/
Dresolvconf.c150 int32_t timeout_second = config.timeout_ms / 1000; in get_resolv_conf_ext() local
153 if (timeout_second > 0) { in get_resolv_conf_ext()
154 if (timeout_second >= 60) { in get_resolv_conf_ext()
157 conf->timeout = timeout_second; in get_resolv_conf_ext()