Home
last modified time | relevance | path

Searched refs:ReturnedHostent (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/ws2_32/src/
H A Dasync.c137 PHOSTENT ReturnedHostent = (PHOSTENT)Buffer; in CopyHostentToBuffer() local
163 ReturnedHostent->h_name = NULL; in CopyHostentToBuffer()
164 ReturnedHostent->h_aliases = NULL; in CopyHostentToBuffer()
165 ReturnedHostent->h_addr_list = NULL; in CopyHostentToBuffer()
184 ReturnedHostent->h_aliases = (PCHAR*)p; in CopyHostentToBuffer()
204 ReturnedHostent->h_addr_list = (PCHAR*)p; in CopyHostentToBuffer()
215 ReturnedHostent->h_addr_list[i] = p; in CopyHostentToBuffer()
223 ReturnedHostent->h_addr_list[i] = NULL; in CopyHostentToBuffer()
231 ReturnedHostent->h_name = p; in CopyHostentToBuffer()
244 ReturnedHostent->h_aliases[i] = p; in CopyHostentToBuffer()
[all …]