Home
last modified time | relevance | path

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

/NextBSD/contrib/traceroute/
HDifaddrlist.c76 register struct ifreq *ifrp, *ifend, *ifnext, *mp; in ifaddrlist() local
106 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len); in ifaddrlist()
111 for (; ifrp < ifend; ifrp = ifnext) { in ifaddrlist()
/NextBSD/contrib/libpcap/
HDfad-gifc.c139 register struct ifreq *ifrp, *ifend, *ifnext; in pcap_findalldevs_interfaces() local
198 ifend = (struct ifreq *)(buf + ifc.ifc_len); in pcap_findalldevs_interfaces()
200 for (; ifrp < ifend; ifrp = ifnext) { in pcap_findalldevs_interfaces()
HDfad-glifc.c82 register struct lifreq *ifrp, *ifend; in pcap_findalldevs_interfaces() local
164 ifend = (struct lifreq *)(buf + ifc.lifc_len); in pcap_findalldevs_interfaces()
166 for (; ifrp < ifend; ifrp++) { in pcap_findalldevs_interfaces()
/NextBSD/libexec/rbootd/
HDbpf.c218 struct ifreq ibuf[8], *ifrp, *ifend, *mp; in BpfGetIntfName() local
242 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len); in BpfGetIntfName()
246 for (; ifrp < ifend; ++ifrp) { in BpfGetIntfName()
/NextBSD/usr.sbin/arp/
HDarp.c796 struct ifreq *ifr, *ifend, *ifp; in get_ether_addr() local
824 ifend = (struct ifreq *)(ifc.ifc_buf + ifc.ifc_len); in get_ether_addr()
825 for (ifr = ifc.ifc_req; ifr < ifend; ifr = NEXTIFR(ifr) ) { in get_ether_addr()
856 if (ifr >= ifend) in get_ether_addr()
864 for (ifr = ifc.ifc_req; ifr < ifend; ifr = NEXTIFR(ifr)) in get_ether_addr()
868 if (ifr >= ifend) in get_ether_addr()
/NextBSD/libexec/bootpd/
HDgetether.c130 register struct ifreq *ifrp, *ifend; local
147 ifend = (struct ifreq *) ((char *) ibuf + ifc.ifc_len);
148 while (ifrp < ifend) {