Searched refs:ifend (Results 1 – 5 of 5) sorted by relevance
67 register struct ifreq *ifrp, *ifend, *ifnext; in ifaddrlist() local97 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len); in ifaddrlist()101 for (; ifrp < ifend; ifrp = ifnext) { in ifaddrlist()
83 register struct lifreq *ifrp, *ifend; in pcapint_findalldevs_interfaces() local165 ifend = (struct lifreq *)(buf + ifc.lifc_len); in pcapint_findalldevs_interfaces()167 for (; ifrp < ifend; ifrp++) { in pcapint_findalldevs_interfaces()
141 register struct ifreq *ifrp, *ifend, *ifnext; in pcapint_findalldevs_interfaces() local210 ifend = (struct ifreq *)(buf + ifc.ifc_len); in pcapint_findalldevs_interfaces()212 for (; ifrp < ifend; ifrp = ifnext) { in pcapint_findalldevs_interfaces()
210 struct ifreq ibuf[8], *ifrp, *ifend, *mp; in BpfGetIntfName() local234 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len); in BpfGetIntfName()238 for (; ifrp < ifend; ++ifrp) { in BpfGetIntfName()
126 struct ifreq *ifrp, *ifend; in getether() local143 ifend = (struct ifreq *) ((char *) ibuf + ifc.ifc_len); in getether()144 while (ifrp < ifend) { in getether()