audk/StdLib/EfiSocketLib
lpleahy 884ed92356 Modify UDP and IP to transmit on all network adapters instead of just the first network adapter.
Fix comment in Socket.c.

Signed-off-by: lpleahy
Reviewed and tested by: Sreenivasula Reddy of Dell


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13713 6f19259b-4bc3-4df7-8a09-765794883524
2012-09-10 19:04:41 +00:00
..
DxeSupport.c Update the sockets library code 2011-09-30 23:02:35 +00:00
EfiSocketLib.inf Merged socket development branch: 2012-02-09 19:16:44 +00:00
Init.c Update the sockets library code 2011-09-30 23:02:35 +00:00
Ip4.c Modify UDP and IP to transmit on all network adapters instead of just the first network adapter. 2012-09-10 19:04:41 +00:00
ReleaseNotes.txt Fix compilation errors detected with GCC 4.4 2011-09-30 23:52:45 +00:00
Service.c UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network adapters. 2012-06-01 20:01:30 +00:00
Socket.c Modify UDP and IP to transmit on all network adapters instead of just the first network adapter. 2012-09-10 19:04:41 +00:00
Socket.h Fix issues detected by python web-server. 2012-02-24 18:45:09 +00:00
Tcp4.c Choose a better subnet mask value for the IPv4 address. 2012-06-29 00:46:58 +00:00
Tcp6.c Fix listen exit path when last port returns an error. 2012-06-22 21:46:55 +00:00
Udp4.c Modify UDP and IP to transmit on all network adapters instead of just the first network adapter. 2012-09-10 19:04:41 +00:00
Udp6.c Modify UDP and IP to transmit on all network adapters instead of just the first network adapter. 2012-09-10 19:04:41 +00:00
UseEfiSocketLib.c Define the global variables as weak to enable the proper linking with applications and the Sockets driver. 2012-06-26 17:45:56 +00:00