summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/Udp4.h
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-02 02:33:15 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-09-02 02:33:15 +0000
commitd674ed538f7ea31dd8aa292f439989136d0b6fc5 (patch)
tree76ab8af57d03a173318f963347765133cae96943 /MdePkg/Include/Protocol/Udp4.h
parent3d747a890f9e792dc78ca07c7dc4dd571af2e323 (diff)
downloadedk2-d674ed538f7ea31dd8aa292f439989136d0b6fc5.zip
edk2-d674ed538f7ea31dd8aa292f439989136d0b6fc5.tar.gz
edk2-d674ed538f7ea31dd8aa292f439989136d0b6fc5.tar.bz2
UEFI 2.3 Specification should be updated to move these status code definitions into Appendix D, so all the EFI_STATUS codes are defined in a single place in the specifications, and that will help avoid status code collisions as new status codes may be defined over time.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9222 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/Udp4.h')
-rw-r--r--MdePkg/Include/Protocol/Udp4.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/MdePkg/Include/Protocol/Udp4.h b/MdePkg/Include/Protocol/Udp4.h
index 6ba49a7..8807aa6 100644
--- a/MdePkg/Include/Protocol/Udp4.h
+++ b/MdePkg/Include/Protocol/Udp4.h
@@ -48,15 +48,6 @@ typedef struct {
EFI_UDP4_SERVICE_POINT Services[1];
} EFI_UDP4_VARIABLE_DATA;
-//
-//ICMP error definitions
-//
-#define EFI_NETWORK_UNREACHABLE EFIERR(100)
-#define EFI_HOST_UNREACHABLE EFIERR(101)
-#define EFI_PROTOCOL_UNREACHABLE EFIERR(102)
-#define EFI_PORT_UNREACHABLE EFIERR(103)
-
-
typedef struct {
UINT32 FragmentLength;
VOID *FragmentBuffer;