SOCU:gethostbyaddr: Difference between revisions

Megazig (talk | contribs)
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000E00C2] |- | 1 | Input address buffer size. |- | 2 | Type (should be AF_INET) ..."
 
Megazig (talk | contribs)
mNo edit summary
Line 36: Line 36:
| Pointer to output buf
| Pointer to output buf
|}
|}
=Response=
{| class="wikitable" border="1"
|-
!  Index Word
!  Description
|-
| 0
| Header code
|-
| 1
| Result code
|-
| 2
| POSIX return value
|}
=Description=
It's currently unknown how the output buffer is converted into a hostent struct.