efi/udp.c: Save UDP Port in core_udp_open()
commit73c4268bd1399273b295f899087cef6aabf0721d
authorH. Peter Anvin <hpa@zytor.com>
Sun, 10 Nov 2013 13:44:06 +0000 (10 08:44 -0500)
committerGene Cumm <gene.cumm@gmail.com>
Wed, 29 Jan 2014 16:55:14 +0000 (29 11:55 -0500)
tree1ed92a84914086b2a283eab7bf3b21e87c079117
parentdfca8e0548c1597afd9b505b41ac26e9e52b7494
efi/udp.c: Save UDP Port in core_udp_open()

core_udp_open() should obtain a UDP port allocation and save it for
  core_udp_connect() and core_udp_sendto() to reuse.

Author:        H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
efi/udp.c