Bugzilla – Attachment 384 Details for
Bug 620
Address bits are backwards when setting up port forwarding on Solaris/intel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Show htonl() output
test_htonl.c (text/plain), 211 bytes, created by
Darren Tucker
on 2003-09-05 18:29:43 AEST
(
hide
)
Description:
Show htonl() output
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-09-05 18:29:43 AEST
Size:
211 bytes
patch
obsolete
>#include <stdio.h> >#include <netinet/in.h> >#include <sys/types.h> >#include <sys/socket.h> >#include <netdb.h> > >int >main() >{ > printf("htonl %x\n", htonl(0x7f000001L)); > printf("ntohl %x\n", ntohl(0x7f000001L)); >}
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 620
:
357
|
358
|
359
| 384