Searched refs:ReturnedHostent (Results 1 – 1 of 1) sorted by relevance
137 PHOSTENT ReturnedHostent = (PHOSTENT)Buffer; in CopyHostentToBuffer() local163 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 …]