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. |