audk/MdeModulePkg/Universal/Network/Tcp4Dxe
qhuang8 f3f2e05db8 Clean up to update the reference of the these macros:
EFI_SIGNATURE_16 -> SIGNATURE_16
  EFI_SIGNATURE_32 -> SIGNATURE_32
  EFI_SIGNATURE_64 -> SIGNATURE_64
  EFI_FIELD_OFFSET -> OFFSET_OF
  EFI_MAX_BIT      -> MAX_BIT
  EFI_MAX_ADDRESS  -> MAX_ADDRESS
These macros are not defined in UEFI spec. It makes more sense to use the equivalent macros in Base.h to avoid alias.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7056 6f19259b-4bc3-4df7-8a09-765794883524
2008-12-16 15:34:21 +00:00
..
ComponentName.c Add comments for functions. 2008-12-16 02:57:53 +00:00
SockImpl.c Add comments for functions. 2008-12-16 02:57:53 +00:00
SockImpl.h Add comments for functions. 2008-12-16 02:57:53 +00:00
SockInterface.c Add comments for functions. 2008-12-16 02:57:53 +00:00
Socket.h Clean up to update the reference of the these macros: 2008-12-16 15:34:21 +00:00
Tcp4Dispatcher.c Add comments for functions. 2008-12-16 02:57:53 +00:00
Tcp4Driver.c Add comments for functions. 2008-12-16 02:57:53 +00:00
Tcp4Driver.h Clean up to update the reference of the these macros: 2008-12-16 15:34:21 +00:00
Tcp4Dxe.inf 1)Global variables have been moved backward ahead of functions. 2008-12-04 07:12:25 +00:00
Tcp4Func.h Add comments for functions. 2008-12-16 02:57:53 +00:00
Tcp4Input.c Fix several syntax issue to pass build. 2008-12-16 15:10:14 +00:00
Tcp4Io.c Add comments for functions. 2008-12-16 02:57:53 +00:00
Tcp4Main.c Add comments for functions. 2008-12-16 02:57:53 +00:00
Tcp4Main.h Add comments for functions. 2008-12-16 02:57:53 +00:00
Tcp4Misc.c Fix several syntax issue to pass build. 2008-12-16 15:10:14 +00:00
Tcp4Option.c Add comments for functions. 2008-12-16 02:57:53 +00:00
Tcp4Option.h Add comments for functions. 2008-12-16 02:57:53 +00:00
Tcp4Output.c Add comments for functions. 2008-12-16 02:57:53 +00:00
Tcp4Proto.h Add comments for functions. 2008-12-16 02:57:53 +00:00
Tcp4Timer.c Add comments for functions. 2008-12-16 02:57:53 +00:00