Searched defs:lifc_len (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c487 #define lifc_len iflc_len macro
533 lifc.lifc_len = bufsiz;
540 * lifc.lifc_len is too near to the end of the
544 if (lifc.lifc_len + 2 * sizeof(lifreq) < bufsiz)
558 cplim = buf + lifc.lifc_len; /*%< skip over if's with big ifr_addr's */
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c4709 # define lifc_len iflc_len macro
4765 len = lifc.lifc_len = numifs * sizeof(struct lifreq);
4766 buf = lifc.lifc_buf = xalloc(lifc.lifc_len);
4783 sm_dprintf("scanning for interface specific names, lifc_len=%ld\n",
/illumos-gate/usr/src/uts/common/net/
H A Dif.h539 int lifc_len; /* size of associated buffer */ member in struct:lifconf
586 int32_t lifc_len; /* size of associated buffer */ member in struct:lifconf32

Completed in 70 milliseconds