SOCU:gethostbyaddr: Difference between revisions
 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) ..."  | 
				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.  | |||