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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c607 t_scalar_t servtype; local
626 servtype = T_CLTS;
629 servtype = T_COTS;
632 servtype = T_COTS_ORD;
637 servtype = tinfo.servtype;
651 servtype = tinfo.servtype;
655 switch (servtype) {
703 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) {
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h81 t_scalar_t servtype; /* provider service type */ member in struct:t_info
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h96 long servtype; /* provider service type */ member in struct:t_info
/illumos-gate/usr/src/head/
H A Dxti.h271 t_scalar_t servtype; /* provider service type */ member in struct:t_info

Completed in 64 milliseconds