Searched refs:next_netofbuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/libntp/
H A Dnetof.c20 static int next_netofbuf; local
24 netaddr = &netofbuf[next_netofbuf];
25 next_netofbuf = (next_netofbuf + 1) % COUNTOF(netofbuf);

Completed in 51 milliseconds