audk/AppPkg/Applications/Sockets
lpleahy 53c31c5164 Fix the errors detected by the GCC compiler:
* Add EFIAPI to the timer callbacks
* Fix 32-bit pointer casts

Signed-off-by: lpleahy



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13024 6f19259b-4bc3-4df7-8a09-765794883524
2012-02-17 23:45:45 +00:00
..
DataSink Fix the errors detected by the GCC compiler: 2012-02-17 23:45:45 +00:00
DataSource Fix the errors detected by the GCC compiler: 2012-02-17 23:45:45 +00:00
GetAddrInfo Merged socket development branch: 2012-02-09 19:18:06 +00:00
GetHostByAddr Fix some errors detected by the GCC 4.4 compiler. 2012-02-10 03:46:25 +00:00
GetHostByDns Merged socket development branch: 2012-02-09 19:18:06 +00:00
GetHostByName Merged socket development branch: 2012-02-09 19:18:06 +00:00
GetNameInfo Fix some errors detected by the GCC 4.4 compiler. 2012-02-10 03:46:25 +00:00
GetNetByAddr Merged socket development branch: 2012-02-09 19:18:06 +00:00
GetNetByName Fix the errors detected by the GCC compiler: 2012-02-17 23:45:45 +00:00
GetServByName Merged socket development branch: 2012-02-09 19:18:06 +00:00
GetServByPort Merged socket development branch: 2012-02-09 19:18:06 +00:00
OobRx Fix some errors detected by the GCC 4.4 compiler. 2012-02-10 03:46:25 +00:00
OobTx Fix some errors detected by the GCC 4.4 compiler. 2012-02-10 03:46:25 +00:00
RawIp4Rx Fix some errors detected by the GCC 4.4 compiler. 2012-02-10 03:46:25 +00:00
RawIp4Tx Fix some errors detected by the GCC 4.4 compiler. 2012-02-10 03:46:25 +00:00
RecvDgram Merged socket development branch: 2012-02-09 19:18:06 +00:00
SetHostName Merged socket development branch: 2012-02-09 19:18:06 +00:00
SetSockOpt Fix some errors detected by the GCC 4.4 compiler. 2012-02-10 03:46:25 +00:00
TftpServer Fix some errors detected by the GCC 4.4 compiler. 2012-02-10 03:46:25 +00:00
WebServer Fix the errors detected by the GCC compiler: 2012-02-17 23:45:45 +00:00
ReadMe.txt Update documentation to match required tree on the storage device. 2012-02-13 19:01:10 +00:00
Sockets.inc Fix some errors detected by the GCC 4.4 compiler. 2012-02-10 03:46:25 +00:00

ReadMe.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Users of the socket library need to do the following:

•	Use the development branch: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/EADK/
•	Create an Efi\StdLib\etc directory on their system or USB flash device
•	Copy the files from StdLib\Efi\StdLib\etc into that directory
•	Edit the files appropriately
	o	Set the correct DNS servers in resolv.conf
	o	Set the search order in host.conf
•	At the EFI shell
	o	Set the device containing the \Efi directory as the default device
	o	Run the socket application