]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tcp] Store local port in host byte order
authorMichael Brown <mcb30@ipxe.org>
Tue, 13 Jul 2010 16:15:57 +0000 (17:15 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 13 Jul 2010 16:15:57 +0000 (17:15 +0100)
commit43450342a9d81dc0af4dff55e53d61066f6f717a
treef23d8b18cb91edecd11317f36711ea5425857ce4
parentfd312fcc78c1741adb68f6f011d7fb39f0ad3979
[tcp] Store local port in host byte order

Every other scalar integer value in struct tcp_connection is in host
byte order; change the definition of local_port to match.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/tcp.c