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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetifaddrs_w32.c60 size_t il_len = 8192; local
73 il = malloc(il_len);
77 ZeroMemory(il, il_len);
80 (LPVOID) il, (DWORD) il_len, &cbret,
82 il_len = cbret;
89 if (WSAGetLastError() == WSAEFAULT && cbret > il_len) {
90 il_len = cbret;
99 /* il is an array of INTERFACE_INFO structures. il_len has the
101 il_len/sizeof(INTERFACE_INFO) */
104 size_t n = il_len / sizeo
[all...]

Completed in 71 milliseconds