audk/StdLib/BsdSocketLib
lpleahy 3cdb02f964 Fix sockets use of file descriptors which was broken by the additional validation in StdLib/LibC/Uefi/SysCall.c/write added by revision 13989.
Signed-off-by: lpleahy


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14123 6f19259b-4bc3-4df7-8a09-765794883524
2013-02-08 21:26:46 +00:00
..
BsdSocketLib.inf
Ip6Addr_Any.c
Ip6Addr_LinkLocal_AllNodes.c
Ip6Addr_LinkLocal_AllRouters.c
Ip6Addr_Loopback.c
Ip6Addr_NodeLocal_AllNodes.c
SocketInternals.h
Socklib_internals.h
accept.c
base64.c
bind.c
close.c Fixed close for socket to properly release the socket context structure and the handle. 2012-10-08 21:39:35 +00:00
connect.c
errno.c
getaddrinfo.c
gethostbydns.c
gethostbyht.c
gethostbynis.c
gethostnamadr.c
gethostname.c
getnameinfo.c
getnetbydns.c
getnetbyht.c
getnetbynis.c
getnetnamadr.c
getpeername.c
getproto.c
getprotoent.c
getprotoname.c
getservbyname.c
getservbyport.c
getservent.c
getsockname.c
getsockopt.c
herror.c
inet_net_ntop.c
inet_net_pton.c
inet_neta.c
inet_pton.c
listen.c
map_v4v6.c
ns_addr.c
ns_name.c
ns_netint.c
ns_ntoa.c
ns_parse.c
ns_print.c
ns_ttl.c
nsap_addr.c
poll.c
read.c
recv.c
recvfrom.c
res_comp.c
res_config.h
res_data.c
res_debug.c
res_init.c
res_mkquery.c
res_mkupdate.c
res_query.c
res_send.c
res_update.c
send.c
sendto.c
sethostname.c
setsockopt.c
shutdown.c
socket.c Fix sockets use of file descriptors which was broken by the additional validation in StdLib/LibC/Uefi/SysCall.c/write added by revision 13989. 2013-02-08 21:26:46 +00:00
write.c