Lines Matching defs:transp
748 mntsrv(struct svc_req *rqstp, SVCXPRT *transp)
762 saddr = transp->xp_raddr.sin_addr.s_addr;
763 sport = ntohs(transp->xp_raddr.sin_port);
766 if (!svc_sendreply(transp, xdr_void, NULL))
772 inet_ntoa(transp->xp_raddr.sin_addr));
776 inet_ntoa(transp->xp_raddr.sin_addr), sport);
777 svcerr_weakauth(transp);
780 if (!svc_getargs(transp, xdr_dir, rpcpath)) {
781 svcerr_decode(transp);
814 if (!svc_sendreply(transp, xdr_long,
829 if (!svc_sendreply(transp, xdr_long,
834 if (!svc_sendreply(transp, xdr_fhs, (caddr_t)&fhr))
842 add_mlist(inet_ntoa(transp->xp_raddr.sin_addr),
848 inet_ntoa(transp->xp_raddr.sin_addr));
853 if (bad && !svc_sendreply(transp, xdr_long, (caddr_t)&bad))
857 if (!svc_sendreply(transp, xdr_mlist, NULL))
862 svcerr_weakauth(transp);
865 if (!svc_getargs(transp, xdr_dir, dirpath)) {
866 svcerr_decode(transp);
869 if (!svc_sendreply(transp, xdr_void, NULL))
874 del_mlist(inet_ntoa(transp->xp_raddr.sin_addr), dirpath);
878 svcerr_weakauth(transp);
881 if (!svc_sendreply(transp, xdr_void, NULL))
886 del_mlist(inet_ntoa(transp->xp_raddr.sin_addr), NULL);
889 if (!svc_sendreply(transp, xdr_explist, NULL))
893 svcerr_noproc(transp);