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

/freebsd-10-stable/contrib/traceroute/
H A Difaddrlist.c76 register struct ifreq *ifrp, *ifend, *ifnext, *mp; local
106 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len);
111 for (; ifrp < ifend; ifrp = ifnext) {
/freebsd-10-stable/contrib/libpcap/
H A Dfad-gifc.c144 register struct ifreq *ifrp, *ifend, *ifnext; local
203 ifend = (struct ifreq *)(buf + ifc.ifc_len);
205 for (; ifrp < ifend; ifrp = ifnext) {
H A Dfad-glifc.c87 register struct lifreq *ifrp, *ifend; local
169 ifend = (struct lifreq *)(buf + ifc.lifc_len);
171 for (; ifrp < ifend; ifrp++) {
/freebsd-10-stable/libexec/bootpd/
H A Dgetether.c132 register struct ifreq *ifrp, *ifend;
149 ifend = (struct ifreq *) ((char *) ibuf + ifc.ifc_len);
150 while (ifrp < ifend) {
130 register struct ifreq *ifrp, *ifend; local
/freebsd-10-stable/libexec/rbootd/
H A Dbpf.c218 struct ifreq ibuf[8], *ifrp, *ifend, *mp; local
250 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len);
254 for (; ifrp < ifend; ++ifrp) {
/freebsd-10-stable/usr.sbin/arp/
H A Darp.c796 struct ifreq *ifr, *ifend, *ifp; local
824 ifend = (struct ifreq *)(ifc.ifc_buf + ifc.ifc_len);
825 for (ifr = ifc.ifc_req; ifr < ifend; ifr = NEXTIFR(ifr) ) {
852 if (ifr >= ifend)
860 for (ifr = ifc.ifc_req; ifr < ifend; ifr = NEXTIFR(ifr))
864 if (ifr >= ifend)

Completed in 74 milliseconds