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

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

Completed in 53 milliseconds