Searched refs:IpIoSend (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/ |
H A D | Tcp4Io.c | 104 Status = IpIoSend (IpIo, Nbuf, IpSender, NULL, NULL, &Destination, &Override);
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/ |
H A D | TcpIo.c | 134 Status = IpIoSend (IpIo, Nbuf, IpSender, NULL, NULL, Dest, &Override);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/ |
H A D | IpIoLib.h | 205 @param[in] NotifyData The Context data specified when calling IpIoSend() 282 /// IP_IO via IpIoSend(). 295 /// The IP_IO_IP_INFO is used in IpIoSend() to override the default IP instance 421 IpIoSend ( 449 can later use IpIoFindSender() to get the IP_IO and call IpIoSend() to send
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/ |
H A D | Udp4Main.c | 670 Status = IpIoSend (
|
H A D | Udp4Impl.c | 1771 IpIoSend (IpIo, Packet, IpSender, NULL, NULL, &NetSession->Source, &Override);
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/ |
H A D | Udp6Main.c | 637 Status = IpIoSend (
|
H A D | Udp6Impl.c | 1800 IpIoSend (IpIo, Packet, IpSender, NULL, NULL, &NetSession->Source, &Override);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeIpIoLib/ |
H A D | DxeIpIoLib.c | 1501 IpIoSend ( function 1605 can later use IpIoFindSender() to get the IP_IO and call IpIoSend() to send
|
Completed in 204 milliseconds