Home | History | Annotate | Download | only in libpcap

Lines Matching full:curreg

5941 static int curreg;
5952 if (regused[curreg])
5953 curreg = (curreg + 1) % BPF_MEMWORDS;
5955 regused[curreg] = 1;
5956 return curreg;