ofpbuf: Introduce access api for base, data and size.
authorPravin Shelar <pshelar@nicira.com>
Sun, 30 Mar 2014 08:31:50 +0000 (01:31 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Sun, 30 Mar 2014 13:18:43 +0000 (06:18 -0700)
commit1f317cb5c2aa446c4b0252634a4a70dcc3682f93
tree340ff378a96bbd710b75a51e77cda57498bd4c8f
parent6e2f6e708fb9bdb5443f8854016ea4f6fa73b355
ofpbuf: Introduce access api for base, data and size.

These functions will be used by later patches.  Following patch
does not change functionality.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
54 files changed:
lib/bfd.c
lib/cfm.c
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-netdev.h
lib/dpif.c
lib/flow.c
lib/jsonrpc.c
lib/lacp.c
lib/learn.c
lib/learning-switch.c
lib/netdev-dpdk.c
lib/netdev-dummy.c
lib/netdev-linux.c
lib/netlink-socket.c
lib/netlink.c
lib/nx-match.c
lib/odp-util.c
lib/ofp-actions.c
lib/ofp-errors.c
lib/ofp-msgs.c
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofpbuf.c
lib/ofpbuf.h
lib/packets.c
lib/pcap-file.c
lib/rconn.c
lib/route-table.c
lib/rtnetlink-link.c
lib/stp.c
lib/stream-ssl.c
lib/vconn-stream.c
lib/vconn.c
ofproto/connmgr.c
ofproto/fail-open.c
ofproto/in-band.c
ofproto/netflow.c
ofproto/ofproto-dpif-ipfix.c
ofproto/ofproto-dpif-sflow.c
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c
ofproto/ofproto.c
tests/test-bundle.c
tests/test-flows.c
tests/test-netflow.c
tests/test-odp.c
tests/test-sflow.c
tests/test-vconn.c
utilities/ovs-dpctl.c
utilities/ovs-ofctl.c
vswitchd/bridge.c