Searched defs:dorex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rexd/
H A Drpc.rexd.c116 void dorex(struct svc_req *rqstp, SVCXPRT *transp);
214 if (!svc_register(ListnerTransp, REXPROG, REXVERS, dorex, 0)) {
257 dorex, IPPROTO_TCP)) {
403 * dorex - handle one of the rex procedure calls, dispatching to the
407 dorex(rqstp, transp) function
494 printf("dorex: call to NULLPROC\n");
505 printf("dorex: call to REXPROC_START\n");
580 printf("dorex: call to REXPROC_MODES\n");
605 printf("dorex: call to REXPROC_WINCH\n");
629 printf("dorex
[all...]

Completed in 59 milliseconds