ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | ssh_bind_struct |
|---|---|
| Type | STRUCT |
| Fields | 19 |
| Source | bind.h |
| Size | 1248 |
| Usage | The type is used by 11 symbols and 1 type. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | common | struct ssh_common_struct | 1048 | 0 |
| 1 | bind_callbacks | struct ssh_bind_callbacks_struct* | 8 | 1048 |
| 2 | bind_callbacks_userdata | void* | 8 | 1056 |
| 3 | poll | struct ssh_poll_handle_struct* | 8 | 1064 |
| 4 | wanted_methods | char*[10] | 80 | 1072 |
| 5 | banner | char* | 8 | 1152 |
| 6 | ecdsakey | char* | 8 | 1160 |
| 7 | dsakey | char* | 8 | 1168 |
| 8 | rsakey | char* | 8 | 1176 |
| 9 | ed25519key | char* | 8 | 1184 |
| 10 | ecdsa | ssh_key | 8 | 1192 |
| 11 | dsa | ssh_key | 8 | 1200 |
| 12 | rsa | ssh_key | 8 | 1208 |
| 13 | ed25519 | ssh_key | 8 | 1216 |
| 14 | bindaddr | char* | 8 | 1224 |
| 15 | bindfd | socket_t | 4 | 1232 |
| 16 | bindport | unsigned int | 4 | 1236 |
| 17 | blocking | int | 4 | 1240 |
| 18 | toaccept | int | 4 | 1244 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .common | struct ssh_common_struct |
| 1048 | .bind_callbacks | struct ssh_bind_callbacks_struct* |
| 1056 | .bind_callbacks_userdata | void* |
| 1064 | .poll | struct ssh_poll_handle_struct* |
| 1072 | .wanted_methods | char*[10] |
| 1152 | .banner | char* |
| 1160 | .ecdsakey | char* |
| 1168 | .dsakey | char* |
| 1176 | .rsakey | char* |
| 1184 | .ed25519key | char* |
| 1192 | .ecdsa | ssh_key |
| 1200 | .dsa | ssh_key |
| 1208 | .rsa | ssh_key |
| 1216 | .ed25519 | ssh_key |
| 1224 | .bindaddr | char* |
| 1232 | .bindfd | socket_t |
| 1236 | .bindport | unsigned int |
| 1240 | .blocking | int |
| 1244 | .toaccept | int |