Searched defs:last_socket (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddnsperf.c805 unsigned int current_socket, last_socket; local
813 last_socket = 0;
832 current_socket = (j + last_socket) %
841 last_socket = (current_socket + 1);

Completed in 11 milliseconds