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>
Mon, 16 May 2011 20:40:47 +0000 (13:40 -0700)
commitdbba996be2f0d96f4d2999d51c4ef1d16809bad9
tree1638a30b965d9ebdd9ddc5ab875b0793769b4592
parent118c46769fce3be2c70dae494b02753c1db1780d
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