Searched refs:ifnext (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/libpcap/
H A Dfad-gifc.c145 register struct ifreq *ifrp, *ifend, *ifnext; local
216 for (; ifrp < ifend; ifrp = ifnext) {
229 ifnext = ifrp + 1;
231 ifnext = (struct ifreq *)((char *)ifrp + n);
/freebsd-11-stable/contrib/traceroute/
H A Difaddrlist.c76 register struct ifreq *ifrp, *ifend, *ifnext, *mp; local
111 for (; ifrp < ifend; ifrp = ifnext) {
115 ifnext = ifrp + 1;
117 ifnext = (struct ifreq *)((char *)ifrp + n);
121 ifnext = ifrp + 1;

Completed in 79 milliseconds