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

/external/libpcap/
H A Dfad-gifc.c274 register struct ifreq *ifrp, *ifend, *ifnext; local
333 ifend = (struct ifreq *)(buf + ifc.ifc_len);
335 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++) {
/external/mesa3d/src/pixelflinger2/
H A Dllvm_helper.h157 BasicBlock * ifend = BasicBlock::Create(m_builder.getContext(), name(falseBlock), function, NULL); local
158 m_builder.CreateCondBr(cmp, ifthen, ifend);
160 m_ifStack.push(ifend);
165 BasicBlock *ifend = BasicBlock::Create(m_builder.getContext(), name("else_end"), m_builder.GetInsertBlock()->getParent(),0); local
167 m_builder.CreateBr(ifend); // branch is also a block terminator
176 m_ifStack.push(ifend);
/external/ppp/pppd/
H A Dsys-linux.c1748 struct ifreq *ifr, *ifend; local
1770 ifend = ifs + (ifc.ifc_len / sizeof(struct ifreq));
1771 for (ifr = ifc.ifc_req; ifr < ifend; ifr++) {
1876 struct ifreq *ifr, *ifend, ifreq; local
1902 ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len);
1903 for (ifr = ifc.ifc_req; ifr < ifend; ifr++) {
H A Dsys-solaris.c2152 struct ifreq *ifr, *ifend, ifreq; local
2173 ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len);
2174 for (ifr = ifc.ifc_req; ifr < ifend; ++ifr) {
2198 if (ifr >= ifend) {
2395 struct ifreq *ifr, *ifend, ifreq; local
2425 ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len);
2426 for (ifr = ifc.ifc_req; ifr < ifend; ++ifr) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_unix.c170 char *ifname, *ifend; local
174 ifend = os_strchr(ifname + 10, ' ');
175 if (ifend != NULL)
176 *ifend++ = '\0';
188 if (ifend != NULL)
189 os_memmove(ifname, ifend, strlen(ifend) + 1);

Completed in 157 milliseconds