HomeSort by: relevance | last modified time | path
    Searched refs:MSG_ACCEPTED (Results 1 - 6 of 6) sorted by relevancy

  /src/include/rpc/
rpc_msg.h 60 MSG_ACCEPTED=0,
  /src/lib/libc/rpc/
rpc_prot.c 113 * XDR the MSG_ACCEPTED part of a reply message union
174 { (int)MSG_ACCEPTED, (xdrproc_t)xdr_accepted_reply },
259 error->re_lb.s1 = (int32_t)MSG_ACCEPTED;
298 case MSG_ACCEPTED:
svc.c 450 rply.rm_reply.rp_stat = MSG_ACCEPTED;
469 rply.rm_reply.rp_stat = MSG_ACCEPTED;
486 rply.rm_reply.rp_stat = MSG_ACCEPTED;
503 rply.rm_reply.rp_stat = MSG_ACCEPTED;
594 rply.rm_reply.rp_stat = MSG_ACCEPTED;
611 rply.rm_reply.rp_stat = MSG_ACCEPTED;
clnt_bcast.c 602 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
clnt_dg.c 467 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
  /src/usr.sbin/ypbind/
ypbind.c 1258 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
1316 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&

Completed in 40 milliseconds