HomeSort by: relevance | last modified time | path
    Searched defs:rmtcr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ypbind/
ypbind.c 130 static struct rmtcallres rmtcr; variable in typeref:struct:rmtcallres
1005 rmtcr.port_ptr = &rmtcr_port;
1006 rmtcr.xdr_results = (xdrproc_t)xdr_bool;
1007 rmtcr.results_ptr = (caddr_t)(void *)&rmtcr_outval;
1235 msg.acpted_rply.ar_results.where = (caddr_t)(void *)&rmtcr;
ypbind.c 130 static struct rmtcallres rmtcr; variable in typeref:struct:rmtcallres
1005 rmtcr.port_ptr = &rmtcr_port;
1006 rmtcr.xdr_results = (xdrproc_t)xdr_bool;
1007 rmtcr.results_ptr = (caddr_t)(void *)&rmtcr_outval;
1235 msg.acpted_rply.ar_results.where = (caddr_t)(void *)&rmtcr;

Completed in 24 milliseconds