Home
last modified time | relevance | path

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

/nis/
A Dnis_findserv.c76 struct findserv_req *pings; in __nis_findfastest_with_timeout() local
91 if (__glibc_unlikely (pings == NULL)) in __nis_findfastest_with_timeout()
122 free (pings); in __nis_findfastest_with_timeout()
125 pings = new_pings; in __nis_findfastest_with_timeout()
131 pings[pings_count].server_nr = i; in __nis_findfastest_with_timeout()
132 pings[pings_count].server_ep = j; in __nis_findfastest_with_timeout()
139 free (pings); in __nis_findfastest_with_timeout()
149 free (pings); in __nis_findfastest_with_timeout()
180 bind->server_used = pings[fastest].server_nr; in __nis_findfastest_with_timeout()
181 bind->current_ep = pings[fastest].server_ep; in __nis_findfastest_with_timeout()
[all …]

Completed in 3 milliseconds