Home | History | Annotate | Download | only in dns

Lines Matching full:server

71   // Return the index of the first configured server to use on first attempt.
74 // Start with |server_index| and find the index of the next known good server
75 // to use on this attempt. Returns |server_index| if this server has no
80 // Record that server failed to respond (due to SRV_FAIL or timeout).
83 // Record that server responded successfully.
86 // Record how long it took to receive a response from the server.
89 // Record suspected loss of a packet for a specific server.
92 // Record server stats before it is destroyed.
99 // Allocate a socket, already connected to the server address.
133 // Track runtime statistics of each DNS server.