mirror of https://github.com/acidanthera/audk.git
Add routing header type to NetLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10616 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
58380e9c61
commit
25400c63fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue