Searched refs:ifc_len (Results 1 - 23 of 23) sorted by relevance

/external/compiler-rt/test/msan/
H A Dioctl_custom.cc23 ifc.ifc_len = sizeof(ifreqs);
30 for (int i = 0; i < ifc.ifc_len / sizeof(*ifc.ifc_ifcu.ifcu_req); ++i)
/external/dnsmasq/src/
H A Dbpf.c50 ifc.ifc_len = len;
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.c184 ifc.ifc_len = buf_size;
195 if (ifc.ifc_len < buf_size &&
196 (buf_size - ifc.ifc_len) > sizeof(ifrp->ifr_name) + MAX_SA_LEN)
203 ifend = (struct ifreq *)(buf + ifc.ifc_len);
226 * doesn't update ifc.ifc_len, leaving it larger than the
/external/strace/
H A Dsock.c66 tprintf(", {%d -> ", ifc.ifc_len);
221 tprintf("%d, ", ifc.ifc_len);
228 unsigned nifra = ifc.ifc_len / sizeof(struct ifreq);
/external/iproute2/include/linux/
H A Dif.h224 int ifc_len; /* size of buffer */ member in struct:ifconf
/external/kernel-headers/original/uapi/linux/
H A Dif.h227 int ifc_len; /* size of buffer */ member in struct:ifconf
/external/libpcap/Win32/Include/net/
H A Dif.h209 int ifc_len; /* size of associated buffer */ member in struct:ifconf
/external/mdnsresponder/mDNSPosix/
H A DmDNSUNP.c259 ifc.ifc_len = len;
266 if (ifc.ifc_len == lastlen)
268 lastlen = ifc.ifc_len;
279 for (ptr = buf; ptr < buf + ifc.ifc_len; ) {
/external/iputils/
H A Drarpd.c101 ifc.ifc_len = sizeof ibuf;
104 ifc.ifc_len < (int)sizeof(struct ifreq)) {
119 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len);
H A Darping.c870 ifc.ifc_len = ifrsize;
878 if (ifc.ifc_len + sizeof(*ifr0) + sizeof(struct sockaddr_storage) - sizeof(struct sockaddr) <= ifrsize)
890 ifr_end = (struct ifreq *)(((char *)ifr0) + ifc.ifc_len - sizeof(*ifr0));
H A Drdisc.c1143 ifc.ifc_len = bufsize;
1152 for (i = 0, n = ifc.ifc_len/sizeof (struct ifreq); n > 0; n--, ifr++) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc584 COMMON_INTERCEPTOR_READ_RANGE(ctx, &ifc->ifc_len, sizeof(ifc->ifc_len));
603 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
H A Dsanitizer_platform_limits_posix.h723 int ifc_len; member in struct:__sanitizer::__sanitizer_ifconf
H A Dsanitizer_platform_limits_posix.cc964 CHECK_SIZE_AND_OFFSET(ifconf, ifc_len);
/external/ppp/pppd/
H A Dsys-solaris.c416 ifc.ifc_len = req_size;
431 for (i = ifc.ifc_len / sizeof(struct ifreq); i > 0; i--, pifreq++) {
2164 ifc.ifc_len = nif * sizeof(struct ifreq);
2165 ifc.ifc_buf = (caddr_t) malloc(ifc.ifc_len);
2173 ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len);
2416 ifc.ifc_len = nif * sizeof(struct ifreq);
2417 ifc.ifc_buf = (caddr_t) malloc(ifc.ifc_len);
2425 ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len);
H A Dsys-linux.c1759 ifc.ifc_len = sizeof(ifs);
1771 ifend = ifs + (ifc.ifc_len / sizeof(struct ifreq));
1895 ifc.ifc_len = sizeof(ifs);
1903 ifend = (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len);
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid.c258 ifc.ifc_len = sizeof(buf);
264 n = ifc.ifc_len;
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc2679 ifc.ifc_len = IFRSIZE;
2690 ifc.ifc_len = IFRSIZE;
2697 } while (IFRSIZE <= ifc.ifc_len);
2700 for (;(char *) ifr < (char *) ifc.ifc_req + ifc.ifc_len; ++ifr)
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c462 ifconf.ifc_len = len;
476 ifr_end = (struct ifreq *) (ifconf.ifc_buf + ifconf.ifc_len);
/external/ppp/pppd/plugins/rp-pppoe/
H A Dif.c156 ifc.ifc_len = sizeof(inbuf);
163 for (i = 0; i < ifc.ifc_len; ) {
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c836 (Addr)&((struct vki_ifconf *)ARG3)->ifc_len,
837 sizeof(((struct vki_ifconf *)ARG3)->ifc_len));
846 (Addr)(ifc->vki_ifc_buf), ifc->ifc_len );
994 POST_MEM_WRITE( (Addr)(ifc->vki_ifc_buf), ifc->ifc_len );
H A Dsyswrap-linux.c5926 (Addr)&((struct vki_ifconf *)ARG3)->ifc_len,
5927 sizeof(((struct vki_ifconf *)ARG3)->ifc_len));
5936 (Addr)(ifc->vki_ifc_buf), ifc->ifc_len );
7362 POST_MEM_WRITE( (Addr)(ifc->vki_ifc_buf), ifc->ifc_len );
/external/valgrind/main/include/vki/
H A Dvki-linux.h841 int ifc_len; /* size of buffer */ member in struct:vki_ifconf

Completed in 1937 milliseconds