Windows Filtering Platform -- Network or Host Byte Order

In FWPS_FIELDS_DATAGRAM_DATA_V4 or FWPS_FIELDS_DATAGRAM_DATA_V6 documentation
(http://msdn.microsoft.com/en-us/library/windows/hardware/ff551274(v=vs.85).aspx
http://msdn.microsoft.com/en-us/library/windows/hardware/ff551276(v=vs.85).aspx
)
It is not clear what the byte order when the callback is made? For instance if I extract the daa using
FWPS_FIELD_DATAGRAM_DATA_V4_IP_LOCAL_ADDRESS or
FWPS_FIELD_DATAGRAM_DATA_V6_IP_LOCAL_ADDRESS

Is the data in Network Byte order or Host Byte Order?

Thx

Although no explicit documentation I could locate (please post if you have a reference on the byte ordering), per one sample, everything is in Host Byte Order.

Sorry for the post but hope would help someone else.