audk/StdLib/EfiSocketLib
lpleahy 985fef803e Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") calling convention on X64, causing problems like <http://sourceforge.net/mailarchive/message.php?msg_id=30356166>.
Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: lpleahy


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14148 6f19259b-4bc3-4df7-8a09-765794883524
2013-02-27 22:15:36 +00:00
..
DxeSupport.c Fixed close for socket to properly release the socket context structure and the handle. 2012-10-08 21:39: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 Poll the network adapter during connect 2012-10-08 22:02:23 +00:00
Socket.h Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") calling convention on X64, causing problems like <http://sourceforge.net/mailarchive/message.php?msg_id=30356166>. 2013-02-27 22:15:36 +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 Allow fragmentation of large UDP packets 2013-02-08 21:29:03 +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 Fixed close for socket to properly release the socket context structure and the handle. 2012-10-08 21:39:35 +00:00