HomeSort by relevance Sort by last modified time
    Searched full:ifnext (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
fad-gifc.c 140 register struct ifreq *ifrp, *ifend, *ifnext; local
201 for (; ifrp < ifend; ifrp = ifnext) {
214 ifnext = ifrp + 1;
216 ifnext = (struct ifreq *)((char *)ifrp + n);

Completed in 64 milliseconds