Searched refs:ifend (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/traceroute/ |
| HD | ifaddrlist.c | 76 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/ |
| HD | fad-gifc.c | 139 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()
|
| HD | fad-glifc.c | 82 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/ |
| HD | bpf.c | 218 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/ |
| HD | arp.c | 796 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/ |
| HD | getether.c | 130 register struct ifreq *ifrp, *ifend; local 147 ifend = (struct ifreq *) ((char *) ibuf + ifc.ifc_len); 148 while (ifrp < ifend) {
|