diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-08-31 11:39:55 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-08-31 11:39:55 +0200 |
| commit | 6d6739ccea802354cdba614190d1e87ab8ed0072 (patch) | |
| tree | 45ed795f5ff61af9a4fbbc9c335e2c5c7340f635 /src/include/myalign32.h | |
| parent | d2511e66fbf2be2d633a7a97687a2f102d10ffe7 (diff) | |
| download | box64-6d6739ccea802354cdba614190d1e87ab8ed0072.tar.gz box64-6d6739ccea802354cdba614190d1e87ab8ed0072.zip | |
[BOX32] More 32bits wrapped functions
Diffstat (limited to 'src/include/myalign32.h')
| -rwxr-xr-x | src/include/myalign32.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/myalign32.h b/src/include/myalign32.h index 7e9c3a6c..2638bf5d 100755 --- a/src/include/myalign32.h +++ b/src/include/myalign32.h @@ -439,5 +439,12 @@ struct i386_addrinfo ptr_t ai_next; // struct addrinfo * } __attribute__((packed)); +struct i386_hostent { + ptr_t h_name; // char * + ptr_t h_aliases; // char ** + int h_addrtype; + int h_length; + ptr_t h_addr_list;// char ** +} __attribute__((packed)); #endif//__MY_ALIGN32__H_ \ No newline at end of file |