Searched refs:ifc (Results 1 - 25 of 26) sorted by relevance

12

/external/strace/
H A Dsock.c92 struct ifconf ifc; local
98 umove(tcp, tcp->u_arg[2], &ifc);
99 if (ifc.ifc_buf == NULL)
100 tprintf(", {%d -> ", ifc.ifc_len);
212 umove(tcp, tcp->u_arg[2], &ifc);
213 tprintf("%d, ", ifc.ifc_len);
215 tprintf("%lx", (unsigned long) ifc.ifc_buf);
216 } else if (ifc.ifc_buf == NULL) {
220 unsigned nifra = ifc.ifc_len / sizeof(struct ifreq);
222 umoven(tcp, (unsigned long) ifc
[all...]
/external/dnsmasq/src/
H A Dbpf.c35 struct ifconf ifc; local
50 ifc.ifc_len = len;
51 ifc.ifc_buf = ifconf.iov_base;
53 if (ioctl(fd, SIOCGIFCONF, &ifc) == -1)
60 if (ifc.ifc_len == lastlen)
62 lastlen = ifc.ifc_len;
66 for (ptr = ifc.ifc_buf; ptr < (char *)(ifc.ifc_buf + ifc.ifc_len); ptr += len)
/external/libpcap/
H A Dfad-gifc.c276 struct ifconf ifc; local
314 ifc.ifc_len = buf_size;
315 ifc.ifc_buf = buf;
317 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0
325 if (ifc.ifc_len < buf_size &&
326 (buf_size - ifc.ifc_len) > sizeof(ifrp->ifr_name) + MAX_SA_LEN)
333 ifend = (struct ifreq *)(buf + ifc.ifc_len);
356 * doesn't update ifc.ifc_len, leaving it larger than the
H A Dfad-glifc.c89 struct lifconf ifc; local
151 ifc.lifc_len = buf_size;
152 ifc.lifc_buf = buf;
153 ifc.lifc_family = AF_UNSPEC;
154 ifc.lifc_flags = 0;
156 if (ioctl(fd4, SIOCGLIFCONF, (char *)&ifc) < 0) {
169 ifend = (struct lifreq *)(buf + ifc.lifc_len);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dnetwork.cc243 struct ifconf ifc; local
244 ifc.ifc_len = 64 * sizeof(struct ifreq);
245 ifc.ifc_buf = new char[ifc.ifc_len];
247 if (ioctl(fd, SIOCGIFCONF, &ifc) < 0) {
251 assert(ifc.ifc_len < static_cast<int>(64 * sizeof(struct ifreq)));
253 struct ifreq* ptr = reinterpret_cast<struct ifreq*>(ifc.ifc_buf);
255 reinterpret_cast<struct ifreq*>(ifc.ifc_buf + ifc.ifc_len);
279 delete [] ifc
[all...]
/external/ppp/pppd/
H A Dsys-solaris.c386 struct ifconf ifc; local
416 ifc.ifc_len = req_size;
417 ifc.ifc_buf = req;
418 if (ioctl(fd, SIOCGIFCONF, &ifc) < 0) {
429 pifreq = ifc.ifc_req;
431 for (i = ifc.ifc_len / sizeof(struct ifreq); i > 0; i--, pifreq++) {
2154 struct ifconf ifc; local
2164 ifc.ifc_len = nif * sizeof(struct ifreq);
2165 ifc.ifc_buf = (caddr_t) malloc(ifc
2397 struct ifconf ifc; local
[all...]
H A Dsys-linux.c1752 struct ifconf ifc; local
1758 ifc.ifc_len = sizeof(ifs);
1759 ifc.ifc_req = ifs;
1760 if (ioctl(sock_fd, SIOCGIFCONF, &ifc) < 0) {
1770 ifend = ifs + (ifc.ifc_len / sizeof(struct ifreq));
1771 for (ifr = ifc.ifc_req; ifr < ifend; ifr++) {
1877 struct ifconf ifc; local
1894 ifc.ifc_len = sizeof(ifs);
1895 ifc.ifc_req = ifs;
1896 if (ioctl(sock_fd, SIOCGIFCONF, &ifc) <
[all...]
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c225 struct ifconf ifc; local
254 ifc.ifc_len = sizeof(buf);
255 ifc.ifc_buf = buf;
256 if (ioctl (sd, SIOCGIFCONF, (char *)&ifc) < 0) {
260 n = ifc.ifc_len;
262 ifrp = (struct ifreq *)((char *) ifc.ifc_buf+i);
/external/libffi/src/arm/
H A Dsysv.S121 .ifc "\regs",""
128 .ifc "\regs",""
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c151 struct ifconf ifc; local
156 ifc.ifc_len = sizeof(inbuf);
157 ifc.ifc_buf = inbuf;
158 if (ioctl(sock, SIOCGIFCONF, &ifc) < 0) {
161 ifr = ifc.ifc_req;
163 for (i = 0; i < ifc.ifc_len; ) {
164 ifr = (struct ifreq *)((caddr_t)ifc.ifc_req + i);
/external/dhcpcd/
H A Difaddrs.c31 #include <netutils/ifc.h>
H A Ddhcpcd.c102 static int ifc; variable
1247 if (ifc) {
1248 for (i = 0; i < ifc; i++)
1251 if (i >= ifc)
2042 ifc = argc - optind;
2047 if (ifc == 1)
2050 ifaces = discover_interfaces(ifc, ifv);
2051 for (i = 0; i < ifc; i++) {
2060 if (ifc == 0)
/external/javassist/src/main/javassist/
H A DCtClassType.java706 CtClass[] ifc = new CtClass[num];
708 ifc[i] = classPool.get(ifs[i]);
710 return ifc;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c4094 struct vki_ifconf *ifc = (struct vki_ifconf *) ARG3; local
4096 (Addr)(ifc->vki_ifc_buf), ifc->ifc_len );
5213 struct vki_ifconf *ifc = (struct vki_ifconf *) ARG3; local
5214 if (ifc->vki_ifc_buf != NULL)
5215 POST_MEM_WRITE( (Addr)(ifc->vki_ifc_buf), ifc->ifc_len );
H A Dsyswrap-darwin.c790 struct vki_ifconf *ifc = (struct vki_ifconf *) ARG3; local
792 (Addr)(ifc->vki_ifc_buf), ifc->ifc_len );
942 struct vki_ifconf *ifc = (struct vki_ifconf *) ARG3; local
943 if (ifc->vki_ifc_buf != NULL)
944 POST_MEM_WRITE( (Addr)(ifc->vki_ifc_buf), ifc->ifc_len );
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java302 final CONSTANT_Class_info ifc = (CONSTANT_Class_info) constants.get (interfaces.get (i));
303 final String ifcName = ifc.getName (cls);
/external/chromium/sdch/open-vcdiff/
H A Dconfigure5859 for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
5903 for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
8035 ifc* | ifort*) # Intel Fortran compiler
14719 ifc* | ifort*) # Intel Fortran compiler
17333 ifc* | ifort*) # Intel Fortran compiler
/external/expat/
H A Dconfigure5209 for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
5251 for ac_prog in g77 f77 xlf frt pgf77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 f95 fort xlf95 ifc efc pgf95 lf95 gfortran
6979 ifc* | ifort*) # Intel Fortran compiler
13546 ifc* | ifort*) # Intel Fortran compiler
16125 ifc* | ifort*) # Intel Fortran compiler
/external/libffi/
H A Dconfigure6210 for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
6254 for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
8074 ifc* | ifort*) # Intel Fortran compiler
14717 ifc* | ifort*) # Intel Fortran compiler
17300 ifc* | ifort*) # Intel Fortran compiler
/external/chromium/third_party/libevent/
H A Dconfigure6120 for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
6164 for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
8286 ifc* | ifort*) # Intel Fortran compiler
14968 ifc* | ifort*) # Intel Fortran compiler
17559 ifc* | ifort*) # Intel Fortran compiler
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/libpng/
H A Dconfigure8497 ifc* | ifort*) # Intel Fortran compiler
/external/pcre/
H A Dconfigure9221 ifc* | ifort*) # Intel Fortran compiler
/external/protobuf/
H A Dconfigure9756 ifc* | ifort*) # Intel Fortran compiler
/external/protobuf/gtest/
H A Dconfigure9172 ifc* | ifort*) # Intel Fortran compiler

Completed in 670 milliseconds

12