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

/sendmail/sendmail/
H A Dconf.c4775 struct lifconf lifc; local
4816 len = lifc.lifc_len = numifs * sizeof(struct lifreq);
4817 buf = lifc.lifc_buf = xalloc(lifc.lifc_len);
4819 lifc.lifc_family = AF_UNSPEC;
4820 lifc.lifc_flags = 0;
4822 if (ioctl(s, SIOCGLIFCONF, (char *)&lifc) < 0)

Completed in 411 milliseconds