Searched refs:lifc_len (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/libpcap-48/libpcap/
H A Dfad-glifc.c151 ifc.lifc_len = buf_size;
169 ifend = (struct lifreq *)(buf + ifc.lifc_len);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Difiter_ioctl.c28 #define lifc_len iflc_len macro
151 * ifc.lifc_len is too near to the end of the
202 iter->lifc.lifc_len = iter->bufsize6;
256 if (iter->lifc.lifc_len + 2 * sizeof(struct LIFREQ)
277 if (iter->lifc.lifc_len != 0)
635 REQUIRE(iter->pos6 < (unsigned int) iter->lifc.lifc_len);
848 REQUIRE(iter->pos6 < (unsigned int) iter->lifc.lifc_len);
859 if (iter->pos6 >= (unsigned int) iter->lifc.lifc_len)
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Difiter_ioctl.c28 #define lifc_len iflc_len macro
153 * ifc.lifc_len is too near to the end of the
204 iter->lifc.lifc_len = iter->bufsize6;
258 if (iter->lifc.lifc_len + 2 * sizeof(struct LIFREQ)
279 if (iter->lifc.lifc_len != 0)
667 REQUIRE(iter->pos6 < (unsigned int) iter->lifc.lifc_len);
924 REQUIRE(iter->pos6 < (unsigned int) iter->lifc.lifc_len);
935 if (iter->pos6 >= (unsigned int) iter->lifc.lifc_len)
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dinet_addr_local.c273 lifc.lifc_len = vstring_avail(buf);
278 } else if (lifc.lifc_len < vstring_avail(buf) / 2)
283 the_end = (struct lifreq *) (lifc.lifc_buf + lifc.lifc_len);
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dgetipnode.c508 #define lifc_len iflc_len macro
564 lifc.lifc_len = bufsiz;
571 * lifc.lifc_len is too near to the end of the
575 if (lifc.lifc_len + 2 * sizeof(lifreq) < bufsiz)
591 cplim = buf + lifc.lifc_len; /* skip over if's with big ifr_addr's */
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgetifaddrs.c58 #define lifc_len iflc_len macro
1045 ifconf.lifc_len = buf_size;
1060 if (ifconf.lifc_len < buf_size)
1067 p < ifconf.lifc_buf + ifconf.lifc_len;
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dsocket.c1602 lc.lifc_len = sizeof(struct lifreq) * ln.lifn_count;
1603 lc.lifc_req = xmalloc(lc.lifc_len);
/macosx-10.10.1/bind9-45.101/bind9/
H A Dconfigure20915 lifconf.lifc_len = 0;

Completed in 219 milliseconds