Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
DataSink/ | 03-May-2024 | - | 1,350 | 888 | ||
DataSource/ | 03-May-2024 | - | 1,821 | 1,116 | ||
GetAddrInfo/ | 03-May-2024 | - | 178 | 113 | ||
GetHostByAddr/ | 03-May-2024 | - | 191 | 128 | ||
GetHostByDns/ | 03-May-2024 | - | 133 | 90 | ||
GetHostByName/ | 03-May-2024 | - | 167 | 114 | ||
GetNameInfo/ | 03-May-2024 | - | 178 | 110 | ||
GetNetByAddr/ | 03-May-2024 | - | 149 | 100 | ||
GetNetByName/ | 03-May-2024 | - | 131 | 89 | ||
GetServByName/ | 03-May-2024 | - | 124 | 83 | ||
GetServByPort/ | 03-May-2024 | - | 125 | 84 | ||
OobRx/ | 03-May-2024 | - | 745 | 488 | ||
OobTx/ | 03-May-2024 | - | 741 | 514 | ||
RawIp4Rx/ | 03-May-2024 | - | 687 | 458 | ||
RawIp4Tx/ | 03-May-2024 | - | 656 | 440 | ||
RecvDgram/ | 03-May-2024 | - | 175 | 121 | ||
SetHostName/ | 03-May-2024 | - | 159 | 101 | ||
SetSockOpt/ | 03-May-2024 | - | 440 | 325 | ||
TftpServer/ | 03-May-2024 | - | 2,871 | 1,618 | ||
WebServer/ | 03-May-2024 | - | 11,055 | 6,625 | ||
ReadMe.txt | D | 03-May-2024 | 527 | 12 | 10 | |
Sockets.inc | D | 03-May-2024 | 1.9 KiB | 43 | 35 |
ReadMe.txt
1Users of the socket library need to do the following: 2 3� Use the development branch: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/EADK/ 4� Create an Efi\StdLib\etc directory on their system or USB flash device 5� Copy the files from StdLib\Efi\StdLib\etc into that directory 6� Edit the files appropriately 7 o Set the correct DNS servers in resolv.conf 8 o Set the search order in host.conf 9� At the EFI shell 10 o Set the device containing the \Efi directory as the default device 11 o Run the socket application 12