ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | ssh_auth_request |
|---|---|
| Type | STRUCT |
| Fields | 6 |
| Source | messages.h |
| Size | 40 |
| Usage | The type is used by 1 type. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | username | char* | 8 | 0 |
| 1 | method | int | 4 | 8 |
| 2 | password | char* | 8 | 16 |
| 3 | pubkey | struct ssh_key_struct* | 8 | 24 |
| 4 | signature_state | char | 1 | 32 |
| 5 | kbdint_response | char | 1 | 33 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .username | char* |
| 8 | .method | int |
| 12 | padding | |
| 16 | .password | char* |
| 24 | .pubkey | struct ssh_key_struct* |
| 32 | .signature_state | char |
| 33 | .kbdint_response | char |
| 34 | padding |