]> git.ipfire.org Git - thirdparty/haproxy.git/commit
Add a few functions to do unaligned access.
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 7 Aug 2017 17:20:04 +0000 (19:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Aug 2017 14:32:49 +0000 (16:32 +0200)
commite962fd880dbd33fee0657ff0a071923c2e563766
tree6922631d772cfd33d7c1ef130623578ea0e8faeb
parente2c222b12f161403a84a6f6f5c180f27ade18d20
Add a few functions to do unaligned access.

Add a few functions to read 16bits and 32bits integers that may be
unaligned, both in host and network order.
include/common/net_helper.h [new file with mode: 0644]