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

  /external/libpcap/
fad-gifc.c 139 register struct ifreq *ifrp, *ifend, *ifnext; local
200 for (; ifrp < ifend; ifrp = ifnext) {
213 ifnext = ifrp + 1;
215 ifnext = (struct ifreq *)((char *)ifrp + n);

Completed in 58 milliseconds