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

  /src/usr.sbin/ypbind/
ypbind.c 129 static struct rmtcallargs rmtca; variable in typeref:struct:rmtcallargs
1000 rmtca.prog = YPPROG;
1001 rmtca.vers = YPVERS;
1002 rmtca.proc = YPPROC_DOMAIN_NONACK;
1003 rmtca.xdr_args = NULL; /* set at call time */
1004 rmtca.args_ptr = NULL; /* set at call time */
1350 rmtca.xdr_args = (xdrproc_t)xdr_ypdomain_wrap_string;
1351 rmtca.args_ptr = (caddr_t)(void *)&dom_name;
1376 if (!xdr_rmtcall_args(&xdr, &rmtca)) {
ypbind.c 129 static struct rmtcallargs rmtca; variable in typeref:struct:rmtcallargs
1000 rmtca.prog = YPPROG;
1001 rmtca.vers = YPVERS;
1002 rmtca.proc = YPPROC_DOMAIN_NONACK;
1003 rmtca.xdr_args = NULL; /* set at call time */
1004 rmtca.args_ptr = NULL; /* set at call time */
1350 rmtca.xdr_args = (xdrproc_t)xdr_ypdomain_wrap_string;
1351 rmtca.args_ptr = (caddr_t)(void *)&dom_name;
1376 if (!xdr_rmtcall_args(&xdr, &rmtca)) {
ypbind.c 129 static struct rmtcallargs rmtca; variable in typeref:struct:rmtcallargs
1000 rmtca.prog = YPPROG;
1001 rmtca.vers = YPVERS;
1002 rmtca.proc = YPPROC_DOMAIN_NONACK;
1003 rmtca.xdr_args = NULL; /* set at call time */
1004 rmtca.args_ptr = NULL; /* set at call time */
1350 rmtca.xdr_args = (xdrproc_t)xdr_ypdomain_wrap_string;
1351 rmtca.args_ptr = (caddr_t)(void *)&dom_name;
1376 if (!xdr_rmtcall_args(&xdr, &rmtca)) {

Completed in 33 milliseconds