Searched defs:Reply (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetARP.cpp94 RTNETARPIPV4 Reply; local
101 Reply.Hdr.ar_oper = RT_H2N_U16_C(RTNET_ARPOP_REPLY);
109 Reply.Hdr.ar_oper = RT_H2N_U16_C(RTNET_ARPOP_REVREPLY);
115 //Reply.Hdr.ar_oper = RT_H2N_U16_C(RTNET_ARPOP_INVREPLY);
122 Reply.Hdr.ar_htype = RT_H2N_U16_C(RTNET_ARP_ETHER);
123 Reply.Hdr.ar_ptype = RT_H2N_U16_C(RTNET_ETHERTYPE_IPV4);
124 Reply.Hdr.ar_hlen = sizeof(RTMAC);
125 Reply.Hdr.ar_plen = sizeof(RTNETADDRIPV4);
126 Reply.ar_sha = *pMacAddr;
127 Reply
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Wrq.c209 @param Reply The options included in the OACK
218 IN MTFTP4_OPTION *Reply,
225 if ((Reply->Exist & ~Request->Exist) != 0) {
233 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0) && (Reply->BlkSize > Request->BlkSize)) ||
234 (((Reply->Exist & MTFTP4_TIMEOUT_EXIST) != 0) && (Reply->Timeout != Request->Timeout))) {
265 MTFTP4_OPTION Reply; local
284 ZeroMem (&Reply, sizeof (MTFTP4_OPTION));
285 Status = Mtftp4ParseOptionOack (Packet, Len, &Reply);
217 Mtftp4WrqOackValid( IN MTFTP4_OPTION *Reply, IN MTFTP4_OPTION *Request ) argument
[all...]
H A DMtftp4Rrq.c328 @param Reply The options in the OACK packet
338 IN MTFTP4_OPTION *Reply,
346 if ((Reply->Exist &~Request->Exist) != 0) {
354 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0)&& (Reply->BlkSize > Request->BlkSize)) ||
355 (((Reply->Exist & MTFTP4_TIMEOUT_EXIST) != 0) && (Reply->Timeout != Request->Timeout))) {
364 if (((Reply->Exist & MTFTP4_MCAST_EXIST) != 0) && (This->McastIp != 0)) {
365 if ((Reply->McastIp != 0) && (Reply
336 Mtftp4RrqOackValid( IN MTFTP4_PROTOCOL *This, IN MTFTP4_OPTION *Reply, IN MTFTP4_OPTION *Request ) argument
486 MTFTP4_OPTION Reply; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DExchange.c408 IKE_PACKET *Reply; local
536 Reply = Handler.Generator ((UINT8 *) IkeSaSession, NULL);
537 if (Reply == NULL) {
541 Status = Ikev2SendIkePacket (UdpService, (UINT8 *) IkeSaCommon, Reply, 0);
632 IKE_PACKET *Reply; local
639 Reply = NULL;
702 Reply = mIkev2CreateChild.Generator ((UINT8 *) IkeSaSession, &IkePacket->Header->MessageId);
703 if (Reply != NULL) {
704 Status = Ikev2SendIkePacket (UdpService, (UINT8 *) &(IkeSaSession->SessionCommon), Reply, 0);
707 // Delete Reply payloa
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c242 ICMP6_ECHO_REQUEST_REPLY *Reply; local
255 Reply = RxData->FragmentTable[0].FragmentBuffer;
267 if ((Reply->Type != ICMP_V6_ECHO_REPLY) || (Reply->Code != 0)) {
277 Status = Ping6MatchEchoReply (Private, Reply);
284 Rtt = Ping6CalculateTick (Reply->TimeStamp, ReadTime ());
303 Reply->SequenceNum,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c680 EFI_DHCP4_PACKET *Reply; local
707 Reply = &Cache4->Packet.Offer;
747 CopyMem (&Private->PxeBc.Mode->ProxyOffer.Dhcpv4, &Reply->Dhcp4, Reply->Length);
1437 // Find the right PXE Reply according to server address.
H A DPxeBcDhcp6.c673 EFI_DHCP6_PACKET *Reply; local
784 Reply = &Private->ProxyOffer.Dhcp6.Packet.Offer;
785 ReadSize = (UINTN) Reply->Size;
805 (VOID *) &Reply->Dhcp6
819 Reply->Length = (UINT32) ReadSize;
1559 EFI_DHCP6_PACKET *Reply; local
1639 Reply = &Private->PxeReply.Dhcp6.Packet.Ack;
1641 Reply = &Private->ProxyOffer.Dhcp6.Packet.Offer;
1643 ReadSize = (UINTN) Reply->Size;
1663 (VOID *) &Reply
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c280 EFI_DHCP4_PACKET *Reply; local
310 Reply = &CachedPacket->Packet.Offer;
321 Reply
341 CopyMem (&Private->PxeBc.Mode->ProxyOffer, &Reply->Dhcp4, Reply->Length);
1086 @param Reply The dhcp4 packet of Pxe reply
1104 OUT EFI_DHCP4_PACKET * Reply OPTIONAL
1238 // Find Pxe Reply
1271 if (Reply != NULL) {
1272 PxeBcCopyEfiDhcp4Packet (Reply, Respons
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c448 ICMPX_ECHO_REQUEST_REPLY *Reply; local
464 Reply = ((EFI_IP6_RECEIVE_DATA*)Private->RxToken.Packet.RxData)->FragmentTable[0].FragmentBuffer;
474 if ((Reply->Type != ICMP_V6_ECHO_REPLY) || (Reply->Code != 0)) {
478 Reply = ((EFI_IP4_RECEIVE_DATA*)Private->RxToken.Packet.RxData)->FragmentTable[0].FragmentBuffer;
485 if ((Reply->Type != ICMP_V4_ECHO_REPLY) || (Reply->Code != 0)) {
497 Status = Ping6MatchEchoReply (Private, Reply);
504 Rtt = CalculateTick (Reply->TimeStamp, ReadTime ());
523 Reply
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Ddplaysp.h329 LPDPSP_REPLY Reply; /* Must be provided */ member in struct:tagDPSP_SPCALLBACKS
/vbox/src/VBox/Devices/USB/usbip/
H A DUSBProxyDevice-usbip.cpp51 /** Command/Reply code for OP_REQ/RET_DEVLIST. */
53 /** Command/Reply code for OP_REQ/REP_IMPORT. */
175 * Command/Reply header common to the submit and unlink commands
1004 UsbIpRet Reply; local
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Ddplaysp.h329 LPDPSP_REPLY Reply; /* Must be provided */ member in struct:tagDPSP_SPCALLBACKS
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1496 const DConnectInvokeReply *Reply() const { return mReply; } function in class:DConnectInvokeCompletion
2730 if (completion.Reply()->flags & DCON_OP_FLAGS_REPLY_EXCEPTION)
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp233 TXSPKTHDR Reply; local
234 Reply.cb = sizeof(Reply);
235 Reply.uCrc32 = 0;
236 memcpy(Reply.achOpcode, pszOpcode, sizeof(Reply.achOpcode));
238 g_pTransport->pfnBabble(&Reply, 20*1000);
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp94 * Reply data.
105 MptReplyUnion Reply; member in struct:LSILOGICSCSIREPLY
231 /** Reply buffer.
384 /** Reply message if the request produces one. */
1415 /* Reply finished. Reset doorbell in progress status. */
1424 /* Reply frame removal, check whether the reply free queue is empty. */
4263 MptReplyUnion Reply; local
4264 rc = lsilogicR3ProcessMessageRequest(pThis, &pLsiReq->GuestRequest.Header, &Reply);

Completed in 120 milliseconds