summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include
diff options
context:
space:
mode:
authortye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524>2010-06-30 02:34:07 +0000
committertye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524>2010-06-30 02:34:07 +0000
commit25400c63fab4fb15988827e2ff33fe9e462c03a9 (patch)
tree9dcf08c47ddf08c8757fb6c1da79e91a173e0027 /MdeModulePkg/Include
parent58380e9c6174f23df78f777b4209c0fd75245cda (diff)
downloadedk2-platforms-25400c63fab4fb15988827e2ff33fe9e462c03a9.tar.xz
Add routing header type to NetLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10616 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r--MdeModulePkg/Include/Library/NetLib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdeModulePkg/Include/Library/NetLib.h b/MdeModulePkg/Include/Library/NetLib.h
index 3700105fb8..0a9d03c6e8 100644
--- a/MdeModulePkg/Include/Library/NetLib.h
+++ b/MdeModulePkg/Include/Library/NetLib.h
@@ -51,6 +51,7 @@ typedef UINT16 TCP_PORTNO;
#define IP6_HOP_BY_HOP 0
#define IP6_DESTINATION 60
+#define IP6_ROUTING 43
#define IP6_FRAGMENT 44
#define IP6_AH 51
#define IP6_ESP 50