Searched refs:next_netofbuf (Results 1 – 1 of 1) sorted by relevance
20 static int next_netofbuf; in netof() local24 netaddr = &netofbuf[next_netofbuf]; in netof()25 next_netofbuf = (next_netofbuf + 1) % COUNTOF(netofbuf); in netof()