Searched refs:Reply (Results 1 - 25 of 28) sorted by relevance

12

/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 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...]
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...]
/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/Additions/x11/x11include/xorg-server-1.16.0/
H A Dprotocol-common.h39 assert((len) >= sz_x##type##Reply); \
43 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dprotocol-common.h39 assert((len) >= sz_x##type##Reply); \
43 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dprotocol-common.h41 g_assert((len) >= sz_x##type##Reply); \
45 g_assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dprotocol-common.h41 g_assert((len) >= sz_x##type##Reply); \
45 g_assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dprotocol-common.h41 g_assert((len) >= sz_x##type##Reply); \
45 g_assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dprotocol-common.h41 g_assert((len) >= sz_x##type##Reply); \
45 g_assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dprotocol-common.h41 assert((len) >= sz_x##type##Reply); \
45 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dprotocol-common.h41 assert((len) >= sz_x##type##Reply); \
45 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dprotocol-common.h39 assert((len) >= sz_x##type##Reply); \
43 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dprotocol-common.h39 assert((len) >= sz_x##type##Reply); \
43 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dprotocol-common.h39 assert((len) >= sz_x##type##Reply); \
43 assert((rep)->length >= (sz_x##type##Reply - 32)/4); \
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
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...]
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.
/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/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/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...]
H A DPxeBcDhcp.h394 @param Reply The dhcp4 packet of Pxe reply
412 OUT EFI_DHCP4_PACKET * Reply OPTIONAL
/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/Graphics/shaderlib/wine/include/wine/
H A Ddplaysp.h329 LPDPSP_REPLY Reply; /* Must be provided */ member in struct:tagDPSP_SPCALLBACKS
/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/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigImpl.c1438 @param[in] Reply The pointer to the DHCPv6 reply packet.
1449 IN EFI_DHCP6_PACKET *Reply
1467 Status = Dhcp6->Parse (Dhcp6, Reply, &OptCount, NULL);
1477 Status = Dhcp6->Parse (Dhcp6, Reply, &OptCount, OptList);
1713 // Parse the Reply packet to get the options we need.

Completed in 882 milliseconds

12