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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c601 t_scalar_t servtype; local
620 servtype = T_CLTS;
623 servtype = T_COTS;
626 servtype = T_COTS_ORD;
631 servtype = tinfo.servtype;
645 servtype = tinfo.servtype;
649 switch (servtype) {
697 if ((nc = __rpcfd_to_nconf(fd, servtype)) !
[all...]
H A Drpc_generic.c419 __rpcfd_to_nconf(int fd, int servtype) argument
431 if (servtype == 0) {
442 servtype = tinfo.servtype;
461 if (__rpc_matchserv(servtype, nconf->nc_semantics) == TRUE) {
477 __rpc_matchserv(int servtype, unsigned int nc_semantics) argument
479 switch (servtype) {

Completed in 29 milliseconds