Searched defs:Protocol (Results 26 - 43 of 43) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DIpIoLib.h3 It provides the combined IpIo layer on the EFI IP4 Protocol and EFI IP6 protocol.
19 #include <Protocol/Ip4.h>
20 #include <Protocol/Ip6.h>
244 UINT8 Protocol; member in struct:_IP_IO
H A DNetLib.h19 #include <Protocol/Ip6.h>
106 UINT8 Protocol; member in struct:__anon11040
943 Get the ServiceBinding Protocol first, then use it to create a child.
969 Get the ServiceBinding Protocol first, then use it to destroy a child.
992 Get handle with Simple Network Protocol installed on it.
994 There should be MNP Service Binding Protocol installed on the input ServiceHandle.
995 If Simple Network Protocol is already installed on the ServiceHandle, the
1036 The VLAN child device handle is created by VLAN Config Protocol on ControllerHandle.
1057 There should be MNP Service Binding Protocol installed on the input ServiceHandle.
1156 @param[in] Protocol Th
1448 UINT8 Protocol; member in struct:__anon11057
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptSave.c346 @param Protocol Points to the protocol's unique identifier
355 IN CONST EFI_GUID *Protocol,
354 S3BootScriptSmmEventCallBack( IN CONST EFI_GUID *Protocol, IN VOID *Interface, IN EFI_HANDLE Handle ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp4.h2 This file defines the EFI IPv4 (Internet Protocol version 4)
3 Protocol interface. It is split into the following three main
5 - EFI IPv4 Service Binding Protocol
7 - EFI IPv4 Protocol.
8 The EFI IPv4 Protocol provides basic network IPv4 packet I/O services,
10 Protocol (ICMP) and may include support for the Internet Group Management
11 Protocol (IGMP).
23 This Protocol is introduced in UEFI Specification 2.0.
30 #include <Protocol/ManagedNetwork.h>
142 /// Set to TRUE after this EFI IPv4 Protocol instanc
193 UINT8 Protocol; member in struct:__anon12165
223 UINT8 Protocol; member in struct:__anon12168
[all...]
H A DIp6.h2 This file defines the EFI IPv6 (Internet Protocol version 6)
3 Protocol interface. It is split into the following three main
5 - EFI IPv6 Service Binding Protocol
7 - EFI IPv6 Protocol
8 The EFI IPv6 Protocol provides basic network IPv6 packet I/O services,
9 which includes support for Neighbor Discovery Protocol (ND), Multicast
10 Listener Discovery Protocol (MLD), and a subset of the Internet Control
11 Message Protocol (ICMPv6).
23 This Protocol is introduced in UEFI Specification 2.2
30 #include <Protocol/ManagedNetwor
470 UINT8 Protocol; ///< Protocol type override. member in struct:_EFI_IP6_OVERRIDE_DATA
[all...]
H A DDevicePath.h253 /// Output Protocol. The device path can contain multiple _ADR entries if multiple video output
558 UINT16 Protocol; member in struct:__anon12071
599 UINT16 Protocol; member in struct:__anon12072
628 /// Bit 2 - Console Protocol.
629 /// Bit 3 - Storage Protocol.
630 /// Bit 4 - Network Protocol.
795 /// Network Protocol (0 = TCP, 1+ = reserved).
943 /// Media Protocol Device Path SubType.
948 /// The Media Protocol Device Path is used to denote the protocol that is being
957 EFI_GUID Protocol; member in struct:__anon12083
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DSocket.h20 #include <Protocol/Ip4.h>
21 #include <Protocol/Tcp4.h>
22 #include <Protocol/Udp4.h>
597 VOID *Protocol; ///< The pointer to protocol function template member in struct:_SOCK_INIT_DATA
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c216 Check if the specified Protocol and Prot is supported by the specified SPD Entry.
221 @param[in] Protocol The Protocol to be checked.
223 @param[in] SpdProtocol The Protocol supported by SPD.
228 @retval TRUE The Protocol and Port are supported by the SPD Entry.
229 @retval FALSE The Protocol and Port are not supported by the SPD Entry.
234 IN UINT8 Protocol,
250 if (SpdProtocol == Protocol) {
251 switch (Protocol) {
582 @param[in] Protocol Th
233 IpSecMatchNextLayerProtocol( IN UINT8 Protocol, IN UINT8 *IpPayload, IN UINT16 SpdProtocol, IN UINT16 SpdLocalPort, IN UINT16 SpdRemotePort, IN BOOLEAN IsOutbound ) argument
591 IpSecLookupSpdEntry( IN IPSEC_SPD_ENTRY *SpdEntry, IN UINT8 IpVersion, IN VOID *IpHead, IN UINT8 *IpPayload, IN UINT8 Protocol, IN BOOLEAN IsOutbound, OUT EFI_IPSEC_ACTION *Action ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DSocket.h21 #include <Protocol/Tcp4.h>
22 #include <Protocol/Tcp6.h>
431 VOID *Protocol; ///< The pointer to protocol function template member in struct:_SOCK_INIT_DATA
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c18 #include <Protocol/DriverBinding.h>
19 #include <Protocol/ServiceBinding.h>
20 #include <Protocol/SimpleNetwork.h>
21 #include <Protocol/ManagedNetwork.h>
22 #include <Protocol/HiiConfigRouting.h>
23 #include <Protocol/ComponentName.h>
24 #include <Protocol/ComponentName2.h>
25 #include <Protocol/HiiConfigAccess.h>
358 Ip4->Protocol = 0x11;
1778 Get the ServiceBinding Protocol firs
2595 NetLibCreateIPv4DPathNode( IN OUT IPv4_DEVICE_PATH *Node, IN EFI_HANDLE Controller, IN IP4_ADDR LocalIp, IN UINT16 LocalPort, IN IP4_ADDR RemoteIp, IN UINT16 RemotePort, IN UINT16 Protocol, IN BOOLEAN UseDefaultAddress ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.h275 @param [in] pProtocol Protocol structure address
291 @param [in] pProtocol Protocol structure address
361 // Protocol specific management data
368 } pProtocol; ///< Protocol structure address
827 CONST CHAR8 * pName; ///< Protocol name
873 // Protocol binding
899 int Protocol; ///< Specifies lower layer protocol to use member in struct:_ESL_SOCKET
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ddk/
H A Dusb.h182 UCHAR Protocol; member in struct:_USBD_INTERFACE_INFORMATION
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDevicePath.h255 /// Output Protocol. The device path can contain multiple _ADR entries if multiple video output
540 UINT16 Protocol; member in struct:__anon15634
573 UINT16 Protocol; member in struct:__anon15635
591 /// Bit 2 - Console Protocol.
592 /// Bit 3 - Storage Protocol.
593 /// Bit 4 - Network Protocol.
734 /// Network Protocol (0 = TCP, 1+ = reserved).
882 /// Media Protocol Device Path SubType.
887 /// The Media Protocol Device Path is used to denote the protocol that is being
896 EFI_GUID Protocol; member in struct:__anon15645
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ddk/
H A Dusb.h182 UCHAR Protocol; member in struct:_USBD_INTERFACE_INFORMATION
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DPxe.h309 /// obtained from the Protocol Manager driver(refer to NDIS 2.0
395 IN UINT8 Protocol; member in struct:__anon10393
416 /// (with Address Resolution Protocol) and NIC driver does not do
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiPxe.h1575 /// Protocol type. This will be copied into the media header without
1576 /// doing byte swapping. Protocol type numbers can be obtained from
1579 PXE_UINT16 Protocol; member in struct:s_pxe_cpb_fill_header
1605 /// Protocol type. This will be copied into the media header without
1606 /// doing byte swapping. Protocol type numbers can be obtained from
1609 PXE_MEDIA_PROTOCOL Protocol; member in struct:s_pxe_cpb_fill_header_fragmented
1747 /// Protocol type from media header.
1749 PXE_MEDIA_PROTOCOL Protocol; member in struct:s_pxe_db_receive
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dpxe_api.h1046 /** Protocol
1052 UINT8_t Protocol; member in struct:s_PXENV_UNDI_TRANSMIT
1489 /** Protocol type
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiPxe.h1577 /// Protocol type. This will be copied into the media header without
1578 /// doing byte swapping. Protocol type numbers can be obtained from
1581 PXE_UINT16 Protocol; member in struct:s_pxe_cpb_fill_header
1607 /// Protocol type. This will be copied into the media header without
1608 /// doing byte swapping. Protocol type numbers can be obtained from
1611 PXE_MEDIA_PROTOCOL Protocol; member in struct:s_pxe_cpb_fill_header_fragmented
1749 /// Protocol type from media header.
1751 PXE_MEDIA_PROTOCOL Protocol; member in struct:s_pxe_db_receive

Completed in 1074 milliseconds

12