Searched refs:reply_msg (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dclnt_tcp.c304 struct rpc_msg reply_msg; local
361 reply_msg.acpted_rply.ar_verf = _null_auth;
362 reply_msg.acpted_rply.ar_results.where = NULL;
363 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
367 if (! xdr_replymsg(xdrs, &reply_msg)) {
372 if (reply_msg.rm_xid == x_id)
379 _seterr_reply(&reply_msg, &(ct->ct_error));
381 if (! AUTH_VALIDATE(h->cl_auth, &reply_msg.acpted_rply.ar_verf)) {
389 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
391 (void)xdr_opaque_auth(xdrs, &(reply_msg
[all...]
H A Dclnt_udp.c327 struct rpc_msg reply_msg; local
390 reply_msg.acpted_rply.ar_verf = _null_auth;
391 reply_msg.acpted_rply.ar_results.where = resultsp;
392 reply_msg.acpted_rply.ar_results.proc = xresults;
453 ok = xdr_replymsg(&reply_xdrs, &reply_msg);
456 _seterr_reply(&reply_msg, &(cu->cu_error));
459 &reply_msg.acpted_rply.ar_verf)) {
463 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
466 &(reply_msg.acpted_rply.ar_verf));
/macosx-10.9.5/xnu-2422.115.4/tools/tests/MPMMTest/
H A DMPMMtest.c54 mach_msg_header_t *reply_msg; member in struct:port_args
226 ports->reply_msg = malloc(ports->reply_size);
308 ports->reply_msg = malloc(ports->reply_size);
403 args.reply_msg->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_MOVE_SEND_ONCE, 0);
404 args.reply_msg->msgh_size = args.reply_size;
405 args.reply_msg->msgh_remote_port = args.req_msg->msgh_remote_port;
406 args.reply_msg->msgh_local_port = MACH_PORT_NULL;
407 args.reply_msg->msgh_id = 2;
408 ret = mach_msg(args.reply_msg,
549 reply = args.reply_msg;
[all...]
H A DKQMPMMtest.c56 mach_msg_header_t *reply_msg; member in struct:port_args
221 ports->reply_msg = malloc(ports->reply_size);
293 ports->reply_msg = malloc(ports->reply_size);
455 args.reply_msg->msgh_bits = MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND,
457 args.reply_msg->msgh_size = args.reply_size;
458 args.reply_msg->msgh_remote_port = args.req_msg->msgh_remote_port;
459 args.reply_msg->msgh_local_port = args.req_msg->msgh_local_port;
460 args.reply_msg->msgh_id = 2;
461 ret = mach_msg(args.reply_msg,
602 reply = args.reply_msg;
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlb_mmtest.c99 void *reply_msg; member in struct:__anon15561
160 reply = (mach_msg_header_t *)ts->reply_msg;
250 reply = (mach_msg_header_t *)ts->reply_msg;
345 ts->reply_msg = NULL;
365 ts->reply_msg = malloc(ts->reply_msg_size);
/macosx-10.9.5/ruby-104/ruby/ext/socket/lib/
H A Dsocket.rb685 yield msg, UDPSource.new(sender_addrinfo, ai) {|reply_msg|
686 r.sendmsg reply_msg, 0, sender_addrinfo, pktinfo
689 yield msg, UDPSource.new(sender_addrinfo, ai) {|reply_msg|
690 r.send reply_msg, 0, sender_addrinfo

Completed in 125 milliseconds