ofpbuf: Rename trivial _get_ functions without the "get".
authorJarno Rajahalme <jrajahalme@nicira.com>
Thu, 3 Apr 2014 18:51:54 +0000 (11:51 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Thu, 3 Apr 2014 18:51:54 +0000 (11:51 -0700)
commit6b8c377a6e25b18da473c3a24dfad8ec9e01ad7f
treecf70125d21c262ad81a07430af191e0cd0de5597
parent631cf301a6f342fe832a54e8755c7fae5ffcdfa0
ofpbuf: Rename trivial _get_ functions without the "get".

Code reads better without the "get", for example "ofpbuf_l3()"
v.s. "ofpbuf_get_l3()".  L4 payoad access functions still use the
"get" (e.g., "ofpbuf_get_tcp_payload()").

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
lib/cfm.c
lib/lacp.c
lib/odp-execute.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofpbuf.h
lib/packets.c
lib/pcap-file.c
tests/test-stp.c
utilities/ovs-ofctl.c