Last change
on this file since 81913 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
1.0 KB
|
Line | |
---|
1 | // /** @file
|
---|
2 | // Basic IPv6 packet I/O Service.
|
---|
3 | //
|
---|
4 | // This module provides basic network IPv6 packet I/O services which includes support for
|
---|
5 | // Neighbor Discovery Protocol (ND), Multicast Listener Discovery Protocol (MLD),
|
---|
6 | // and a subset of the Internet Control Message Protocol (ICMPv6). This driver
|
---|
7 | // also provides the mechanism to set and get various types of configurations for
|
---|
8 | // the EFI IPv6 network stack.
|
---|
9 | //
|
---|
10 | // Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
11 | //
|
---|
12 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
13 | //
|
---|
14 | // **/
|
---|
15 |
|
---|
16 |
|
---|
17 | #string STR_MODULE_ABSTRACT #language en-US "Basic IPv6 packet I/O Service"
|
---|
18 |
|
---|
19 | #string STR_MODULE_DESCRIPTION #language en-US "This module provides basic network IPv6 packet I/O services which includes support for Neighbor Discovery Protocol (ND), Multicast Listener Discovery Protocol (MLD), and a subset of the Internet Control Message Protocol (ICMPv6). This driver also provides the mechanism to set and get various types of configurations for the EFI IPv6 network stack."
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.