Lines Matching defs:il
62 INTERFACE_INFO *il = NULL;
73 il = malloc(il_len);
74 if (!il)
77 ZeroMemory(il, il_len);
80 (LPVOID) il, (DWORD) il_len, &cbret,
86 free (il);
87 il = NULL;
96 if (!il)
99 /* il is an array of INTERFACE_INFO structures. il_len has the
118 ifp->ifa_flags = il[i].iiFlags;
119 ifp->ifa_addr = dupaddr(&il[i].iiAddress);
120 ifp->ifa_netmask = dupaddr(&il[i].iiNetmask);
121 ifp->ifa_broadaddr = dupaddr(&il[i].iiBroadcastAddress);
137 if (il)
138 free (il);