summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeIpIoLib/DxeIpIoLib.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-13Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang1-99/+90
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a1-0/+1
2010-03-19git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f...rsun31-4/+3
2009-12-30Code clean up in NetLib:xdu21-5/+5
2009-11-17Updated the IpIoLiband and the change includes: qouyang1-0/+2
2009-11-04[Change summary]:tye1-2/+2
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye1-20/+20
2009-10-27Fix the EBC build problem in DxeIpIoLib of r9374.tye1-30/+80
2009-10-26NetLib:tye1-205/+895
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney1-3/+4
2009-05-20Add includes for definitions used by the DxeIpIoLib and DxeNetLibmdkinney1-0/+2
2009-03-25Fix coding style issue.niry1-1/+1
2009-01-13fix file header issuesywu211-6/+6
2009-01-12checking coding style issues:ywu211-152/+150
2008-12-30enhanced function headerjgong51-60/+77
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-15/+1
2008-04-111. add public functions header.vanjeff1-0/+10
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff1-38/+38
2007-12-18Sync the latest version from R8.vanjeff1-6/+0
2007-11-201. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff1-13/+96
2007-09-06Changed the code style. it could pass EBC and ICC build.vanjeff1-44/+41
2007-08-301. Fixed one bug in Undi driver. vanjeff1-7/+6
2007-08-27Make MdeModulePkg GCC clean.qwang121-2/+2
2007-08-231. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff1-12/+41
2007-07-25Add volatile type definition to avoid link error when building with ICCvanjeff1-2/+3
2007-07-25Fixed EBC build issues.vanjeff1-4/+4
2007-07-231. Import NetLib, IpIoLib and UdpIoLib class definitionsvanjeff1-0/+1299