Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 300144 Details for
Bug 438826
openswan IKEv2 hangs between intel and ppc64 machines
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
offset tester for gcc
offtest.c (text/plain), 871 bytes, created by
Paul Wouters
on 2008-04-02 22:46:59 UTC
(
hide
)
Description:
offset tester for gcc
Filename:
MIME Type:
Creator:
Paul Wouters
Created:
2008-04-02 22:46:59 UTC
Size:
871 bytes
patch
obsolete
>/* >#include <inttypes.h> ># define u_int8_t uint8_t ># define u_int16_t uint16_t ># define u_int32_t uint32_t ># define u_int64_t uint64_t >*/ > >#include "linux/include/openswan.h" > >/* rfc4306, section 3.3.2 */ >struct ikev2_trans >{ > u_int8_t isat_np; /* Next payload */ > u_int8_t isat_critical; > u_int16_t isat_length; /* Payload length */ > u_int8_t isat_type; /* transform type */ > u_int8_t isat_res2; > u_int8_t isat_transid; /* ID */ >}; > >#include <stdio.h> >#include <stddef.h> > >static struct ikev2_trans s; > >#define show(x) { printf("%u %u " #x "\n", (unsigned)offsetof(struct ikev2_trans, x), (unsigned)sizeof(s.x)); } > >int >main(int argc, char **argv) >{ > show(isat_np); > show(isat_critical); > show(isat_length); > show(isat_type); > show(isat_res2); > show(isat_transid); > printf("%u size\n", (unsigned) sizeof(struct ikev2_trans)); > return 0; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 438826
:
299030
|
299031
|
299289
|
299290
|
299492
|
299493
|
299510
| 300144 |
300178
|
300179