OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lifc_len
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/lib/isc/unix/
ifiter_ioctl.c
30
#define
lifc_len
iflc_len
macro
174
* ifc.
lifc_len
is too near to the end of the
225
iter->lifc.
lifc_len
= iter->bufsize6;
279
if (iter->lifc.
lifc_len
+ 2 * sizeof(struct LIFREQ)
300
if (iter->lifc.
lifc_len
!= 0)
694
REQUIRE(iter->pos6 < (unsigned int) iter->lifc.
lifc_len
);
951
REQUIRE(iter->pos6 < (unsigned int) iter->lifc.
lifc_len
);
962
if (iter->pos6 >= (unsigned int) iter->lifc.
lifc_len
)
/src/external/bsd/libbind/dist/irs/
gethostent.c
467
#define
lifc_len
iflc_len
macro
513
lifc.
lifc_len
= bufsiz;
520
* lifc.
lifc_len
is too near to the end of the
524
if (lifc.
lifc_len
+ 2 * sizeof(lifreq) < bufsiz)
538
cplim = buf + lifc.
lifc_len
; /*%< skip over if's with big ifr_addr's */
/src/crypto/external/bsd/heimdal/dist/lib/roken/
getifaddrs.c
60
#define
lifc_len
iflc_len
macro
1047
ifconf.
lifc_len
= buf_size;
1062
if (ifconf.
lifc_len
< buf_size)
1069
p < ifconf.lifc_buf + ifconf.
lifc_len
;
/src/external/mpl/dhcp/dist/common/
discover.c
173
# define
lifc_len
iflc_len
macro
212
# define
lifc_len
ifc_len
macro
294
ifaces->conf.
lifc_len
= ifaces->num * sizeof(struct LIFREQ);
295
ifaces->conf.lifc_buf = dmalloc(ifaces->conf.
lifc_len
, MDL);
Completed in 17 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026