audk/StdLib/BsdSocketLib
Thiebaud Weksteen cb12056591 StdLib/BsdSocketLib: Remove unused variables
TianoCore BZ#677

Remove unused variables and turn nsdispatch macro into a function. This
is not what is recommended in the bug ticket but avoid heavier
modification of the code (and deviation from upsteam).

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Thiebaud Weksteen <tweek@google.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
2017-11-13 07:39:06 -08: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 StdLib: Fix more GCC warnings/errors caused by variables being set but not used. 2014-10-31 17:50:33 +00:00
close.c
connect.c
errno.c
getaddrinfo.c StdLib/BsdSocketLib: Remove unused variables 2017-11-13 07:39:06 -08:00
gethostbydns.c StdLib/BsdSocketLib: Remove unused variables 2017-11-13 07:39:06 -08:00
gethostbyht.c
gethostbynis.c
gethostnamadr.c
gethostname.c
getnameinfo.c StdLib: Fix GCC warnings/errors caused by variables being set but not used. 2014-10-30 01:05:22 +00:00
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 StdLib: Fix more GCC warnings/errors caused by variables being set but not used. 2014-10-31 17:50:33 +00:00
herror.c
inet_net_ntop.c
inet_net_pton.c
inet_neta.c
inet_pton.c
listen.c StdLib: Fix more GCC warnings/errors caused by variables being set but not used. 2014-10-31 17:50:33 +00:00
map_v4v6.c
ns_addr.c StdLib/BsdSocketLib: Fix function declaration mismatch with definition. 2014-12-02 21:30:41 +00:00
ns_name.c
ns_netint.c
ns_ntoa.c StdLib/BsdSocketLib: Fix function declaration mismatch with definition. 2014-12-02 21:30:41 +00:00
ns_parse.c
ns_print.c StdLib: Fix parameter type errors. 2014-09-17 20:58:16 +00:00
ns_ttl.c
nsap_addr.c
poll.c StdLib: Fix more GCC warnings/errors caused by variables being set but not used. 2014-10-31 17:50:33 +00:00
read.c
recv.c
recvfrom.c
res_comp.c StdLib: Fix GCC warnings/errors caused by variables being set but not used. 2014-10-30 01:05:22 +00:00
res_config.h
res_data.c
res_debug.c StdLib: Fix parameter type errors. 2014-09-17 20:58:16 +00:00
res_init.c
res_mkquery.c
res_mkupdate.c StdLib/BsdSocketLib: Fix minor memory leak by freeing rrecp on error return. 2016-02-17 16:11:29 -08:00
res_query.c
res_send.c
res_update.c StdLib: Fix more GCC warnings/errors caused by variables being set but not used. 2014-10-31 17:50:33 +00:00
send.c
sendto.c
sethostname.c
setsockopt.c StdLib: Fix more GCC warnings/errors caused by variables being set but not used. 2014-10-31 17:50:33 +00:00
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