The information in this article applies to:
SUMMARY
There may be a difference in the byte order in which 16-bit words are
stored in memory versus the order in which the two bytes must be
transmitted onto the network as part of a data packet. This difference
will depend on the processor involved and which part of the data
packet the information falls under. MORE INFORMATIONConsider that the data will consist of header(s), the application data, and a trailer(s).
When a protocol driver or an NDIS driver sends information, it does
not modify the application data, nor does it modify the ordering of
bytes in integer fields.The ordering of bytes in integer fields within the application data is the responsibility of the Remote Procedure Call (RPC) facility or another mechanism. However, the driver should be concerned with how the information in the header(s)/trailer(s) is stored. For example, the driver may be required to put a 16-bit checksum in a header. To put that integer value into the header in the format required by the network specification, the driver may need to know the type of processor that it is running on and will in any case need to follow the network standard for storing the information in the header. Additional query words: 3.10 3.50
Keywords : |
Last Reviewed: July 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |