Searched defs:reply (Results 1 - 25 of 41) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkRequest.h71 UINetworkReply* reply() { return m_pReply; } function in class:UINetworkRequest
75 /* Network-reply progress handler: */
77 /* Network-reply finish handler: */
90 /* Prepare network-reply: */
92 /* Cleanup network-reply: */
94 /* Abort network-reply: */
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver.h54 union generic_reply reply; /* reply structure */ member in union:__server_request_info::__anon14149
57 void *reply_data; /* reply data pointer */
75 /* get the size of the variable part of the returned reply */
76 static inline data_size_t wine_server_reply_size( const void *reply )
78 return ((const struct reply_header *)reply)->reply_size;
93 /* set the pointer and max size for the reply var data */
139 const struct type##_reply * const reply = &__req.u.reply.type##_reply; \
143 (void)reply; \
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/
H A DVBoxHlp.cpp73 MRESULT reply = local
75 return (BOOL) reply;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver.h54 union generic_reply reply; /* reply structure */ member in union:__server_request_info::__anon1487
57 void *reply_data; /* reply data pointer */
75 /* get the size of the variable part of the returned reply */
76 static inline data_size_t wine_server_reply_size( const void *reply )
78 return ((const struct reply_header *)reply)->reply_size;
93 /* set the pointer and max size for the reply var data */
139 const struct type##_reply * const reply = &__req.u.reply.type##_reply; \
143 (void)reply; \
[all...]
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dhostversion.cpp101 DBusMessage *reply; local
102 reply = dbus_connection_send_with_reply_and_block(conn, msg,
108 else if (reply)
111 dbus_message_unref(reply);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dclosestr.h74 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dclosestr.h77 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dclosestr.h77 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dclosestr.h77 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dclosestr.h77 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dclosestr.h76 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dclosestr.h76 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dclosestr.h75 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dclosestr.h75 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dclosestr.h75 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dclosestr.h75 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dclosestr.h74 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dclosestr.h74 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dclosestr.h74 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dclosestr.h74 xListFontsWithInfoReply *reply; member in struct:_LFWIclosure
/vbox/src/VBox/Devices/Network/slirp/
H A Dip_icmpwin.c175 /* use reply buffer as temporary storage */
342 ICMP_ECHO_REPLY *reply; local
362 reply = (ICMP_ECHO_REPLY *)pong->buf;
364 if (reply->Status == IP_SUCCESS)
366 if (reply->Options.OptionsSize != 0) /* don't do options */
369 /* need to remap &reply->Address ? */
372 if (reply->Options.Ttl <= 1)
374 --reply->Options.Ttl;
377 reqsize = reply->DataSize;
378 if ( (reply
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/vmware/
H A Dguestrpc.c46 __einfo_uniqify ( EINFO_EPROTO, 0x03, "GuestRPC reply length failed" )
49 __einfo_uniqify ( EINFO_EPROTO, 0x04, "GuestRPC reply data failed" )
52 __einfo_uniqify ( EINFO_EPROTO, 0x05, "GuestRPC reply finish failed" )
131 * Receive GuestRPC reply length
145 DBGC ( GUESTRPC_MAGIC, "GuestRPC channel %d receive reply "
154 * Receive GuestRPC reply data
170 DBGC ( GUESTRPC_MAGIC, "GuestRPC channel %d receive reply "
180 * Finish receiving GuestRPC reply
195 DBGC ( GUESTRPC_MAGIC, "GuestRPC channel %d finish reply %d "
230 * @v reply Repl
237 guestrpc_command( int channel, const char *command, char *reply, size_t reply_len ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dgdbstub.c53 * the reply payload. */
158 static void gdbstub_send_num_packet ( struct gdbstub *stub, char reply, int num ) { argument
159 stub->payload [ 0 ] = reply;
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Ddns.c107 * Compare DNS reply name against the query name from the original request
110 * @v reply DNS reply
116 const struct dns_header *reply,
124 rname = ( ( ( char * ) reply ) +
163 * Find an RR in a reply packet corresponding to our query
166 * @v reply DNS reply
170 const struct dns_header *reply ) {
172 const char *p = ( ( char * ) reply )
115 dns_name_cmp( struct dns_request *dns, const struct dns_header *reply, const char *rname ) argument
275 dns_decompress_name( const struct dns_header *reply, const char *name, char *buf ) argument
345 const struct dns_header *reply = iobuf->data; local
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxping_win.c318 ICMP_ECHO_REPLY *reply; local
339 reply = (ICMP_ECHO_REPLY *)pong->buf;
341 if (reply->Options.OptionsSize != 0) { /* don't do options */
345 mapped = pxremap_inbound_ip4(&src, (ip_addr_t *)&reply->Address);
350 if (reply->Options.Ttl == 1) {
353 --reply->Options.Ttl;
356 if (reply->Status == IP_SUCCESS) {
357 icmplen = sizeof(struct icmp_echo_hdr) + reply->DataSize;
358 if ((reply->Options.Flags & IP_FLAG_DF) != 0
377 reply
605 ICMPV6_ECHO_REPLY *reply; local
[all...]

Completed in 1689 milliseconds

12