Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.
authorBen Pfaff <blp@nicira.com>
Tue, 29 Mar 2011 21:42:20 +0000 (14:42 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 May 2011 17:12:05 +0000 (10:12 -0700)
commit2c360fbb2777fba6d35599e4b53287e2ecb26fa9
treeb48fff2d2de655281b3557de0903bee5da723c18
parent9cfcdadf934213982a0fb96a29d100e8ba0187f7
Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.

I looked at almost every uint<N>_t in the tree to determine whether it was
really in network byte order, and converted the ones that were.

The only remaining ones, modulo my mistakes, are in openflow.h.  I'm not
sure whether we should convert those, because there might be some value
in remaining close to upstream for this header.
15 files changed:
lib/byte-order.h
lib/dhcp.h
lib/netdev-linux.c
lib/netdev-provider.h
lib/netdev.c
lib/netdev.h
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
lib/rconn.c
lib/rconn.h
lib/socket-util.c
lib/socket-util.h
lib/vconn.h
ofproto/netflow.c