Home
last modified time | relevance | path

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

/freebsd/usr.sbin/traceroute/
H A Difaddrlist.c67 register struct ifreq *ifrp, *ifend, *ifnext; in ifaddrlist() local
97 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len); in ifaddrlist()
101 for (; ifrp < ifend; ifrp = ifnext) { in ifaddrlist()
/freebsd/contrib/libpcap/
H A Dfad-glifc.c83 register struct lifreq *ifrp, *ifend; in pcapint_findalldevs_interfaces() local
165 ifend = (struct lifreq *)(buf + ifc.lifc_len); in pcapint_findalldevs_interfaces()
167 for (; ifrp < ifend; ifrp++) { in pcapint_findalldevs_interfaces()
H A Dfad-gifc.c141 register struct ifreq *ifrp, *ifend, *ifnext; in pcapint_findalldevs_interfaces() local
210 ifend = (struct ifreq *)(buf + ifc.ifc_len); in pcapint_findalldevs_interfaces()
212 for (; ifrp < ifend; ifrp = ifnext) { in pcapint_findalldevs_interfaces()
/freebsd/libexec/rbootd/
H A Dbpf.c210 struct ifreq ibuf[8], *ifrp, *ifend, *mp; in BpfGetIntfName() local
234 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len); in BpfGetIntfName()
238 for (; ifrp < ifend; ++ifrp) { in BpfGetIntfName()
/freebsd/libexec/bootpd/
H A Dgetether.c126 struct ifreq *ifrp, *ifend; in getether() local
143 ifend = (struct ifreq *) ((char *) ibuf + ifc.ifc_len); in getether()
144 while (ifrp < ifend) { in getether()