Searched defs:Receive (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DManagedNetwork.h314 EFI_MANAGED_NETWORK_PROTOCOL.Receive(). If
324 or was not issued by Transmit() and Receive().
364 EFI_MANAGED_NETWORK_RECEIVE Receive; member in struct:_EFI_MANAGED_NETWORK_PROTOCOL
H A DUdp6.h462 The Receive() function places a completion token into the receive packet queue. This function is
509 or EFI_UDP6_PROTOCOL.Receive().If NULL, all pending tokens are aborted.
518 by Transmit() and Receive().
564 EFI_UDP6_RECEIVE Receive; member in struct:_EFI_UDP6_PROTOCOL
H A DUdp4.h309 The Receive() function places a completion token into the receive packet queue.
394 EFI_UDP4_PROTOCOL.Receive().If NULL, all pending
406 or was not issued by Transmit() and Receive().
429 EFI_UDP4_RECEIVE Receive; member in struct:_EFI_UDP4_PROTOCOL
H A DIp4.h481 The Receive() function places a completion token into the receive packet queue.
530 EFI_IP4_PROTOCOL.Receive(). If NULL, all pending
543 or was not issued by Transmit() and Receive().
596 EFI_IP4_RECEIVE Receive; member in struct:_EFI_IP4_PROTOCOL
H A DSimpleNetwork.h649 EFI_SIMPLE_NETWORK_RECEIVE Receive; member in struct:_EFI_SIMPLE_NETWORK_PROTOCOL
H A DTcp4.h502 EFI_TCP4_PROTOCOL.Receive(). If NULL, all pending
515 completed or wasn't issued by Transmit() and Receive().
560 EFI_TCP4_RECEIVE Receive; member in struct:_EFI_TCP4_PROTOCOL
H A DTcp6.h357 /// When calling Receive() function, it is the byte counts of all
689 The Receive() function places a completion token into the receive packet queue. This
787 Transmit() and Receive() will be aborted.
794 EFI_TCP6_PROTOCOL.Receive(). If NULL, all pending
805 Transmit() and Receive().
852 EFI_TCP6_RECEIVE Receive; member in struct:_EFI_TCP6_PROTOCOL
H A DIp6.h831 The Receive() function places a completion token into the receive packet queue.
879 EFI_IP6_PROTOCOL.Receive(). If NULL, all pending
890 or was not issued by Transmit() and Receive().
943 EFI_IP6_RECEIVE Receive; member in struct:_EFI_IP6_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Nd.h102 UINT32 Receive; member in struct:_IP6_DAD_ENTRY
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DSimpleNetwork.h651 EFI_SIMPLE_NETWORK_RECEIVE Receive; member in struct:_EFI_SIMPLE_NETWORK_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.h51 // Purpose: To define Receive FIFO and Transmit FIFO
84 // Receive SERIAL_DEV_FIFO: The FIFO used to store data,
104 SERIAL_DEV_FIFO Receive; member in struct:__anon10315
150 #define SERIAL_REGISTER_RBR 0 // RO Receive Buffer Register
199 // TrFIFOE Bit0: Transmit and Receive FIFO Enable
204 // Rtb Bit6-Bit7: Receive Trigger Bits
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c58 PING_IPX_RECEIVE Receive; member in struct:__anon12897
537 Status = Private->ProtocolPointers.Receive (Private->IpProtocol, &Private->RxToken);
741 return (Private->ProtocolPointers.Receive (Private->IpProtocol, &Private->RxToken));
1117 Private->ProtocolPointers.Receive = (PING_IPX_RECEIVE )((EFI_IP6_PROTOCOL*)Private->IpProtocol)->Receive;
1165 Private->ProtocolPointers.Receive = (PING_IPX_RECEIVE )((EFI_IP4_PROTOCOL*)Private->IpProtocol)->Receive;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dobjidl.h6846 virtual HRESULT STDMETHODCALLTYPE Receive(
6923 HRESULT (STDMETHODCALLTYPE *Receive)( member in struct:IRpcChannelBuffer3Vtbl
6976 #define IRpcChannelBuffer3_Receive(This,pMsg,ulSize,pulStatus) (This)->lpVtbl->Receive(This,pMsg,ulSize,pulStatus)
7069 virtual HRESULT STDMETHODCALLTYPE Receive(
7130 HRESULT (STDMETHODCALLTYPE *Receive)( member in struct:IAsyncRpcChannelBufferVtbl
7162 #define IAsyncRpcChannelBuffer_Receive(This,pMsg,pulStatus) (This)->lpVtbl->Receive(This,pMsg,pulStatus)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dobjidl.h6846 virtual HRESULT STDMETHODCALLTYPE Receive(
6923 HRESULT (STDMETHODCALLTYPE *Receive)( member in struct:IRpcChannelBuffer3Vtbl
6976 #define IRpcChannelBuffer3_Receive(This,pMsg,ulSize,pulStatus) (This)->lpVtbl->Receive(This,pMsg,ulSize,pulStatus)
7069 virtual HRESULT STDMETHODCALLTYPE Receive(
7130 HRESULT (STDMETHODCALLTYPE *Receive)( member in struct:IAsyncRpcChannelBufferVtbl
7162 #define IAsyncRpcChannelBuffer_Receive(This,pMsg,pulStatus) (This)->lpVtbl->Receive(This,pMsg,pulStatus)

Completed in 1698 milliseconds