commit | 2888c08346448db9eb521d9b65a406016049842f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 19 17:27:05 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Sep 21 06:25:10 2017 +0200 |
tree | ca3b52b0ff41c6be3c96c4a3bab1e529cc632272 | |
parent | d5370e1d6c2007f07d1bf743aa6b8034a8196fda [diff] |
MINOR: net_helper: add write functions These ones are the equivalent of the read_* functions. They support writing unaligned words, possibly wrapping, in host and network order. The write_i*() functions were not implemented since the caller can already use the unsigned version.