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

/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-nfs.c812 int xid_map_next = 0; variable
837 xmep = &xid_map[xid_map_next];
839 if (++xid_map_next >= XIDMAPSIZE)
840 xid_map_next = 0;

Completed in 84 milliseconds