HomeSort by: relevance | last modified time | path
    Searched refs:NC_TPI_COTS_ORD (Results 1 - 7 of 7) sorted by relevancy

  /src/include/
netconfig.h 62 #define NC_TPI_COTS_ORD 3 /* Connection oriented, ordered transport */
  /src/lib/libc/rpc/
rpc_generic.c 401 (nconf->nc_semantics != NC_TPI_COTS_ORD))
416 (nconf->nc_semantics != NC_TPI_COTS_ORD))
429 (nconf->nc_semantics != NC_TPI_COTS_ORD)) ||
791 case NC_TPI_COTS_ORD:
809 return NC_TPI_COTS_ORD;
clnt_generic.c 342 case NC_TPI_COTS_ORD:
rpc_soc.c 257 case NC_TPI_COTS_ORD:
rpcb_clnt.c 497 nconf->nc_semantics == NC_TPI_COTS_ORD)) {
793 if ((nconf->nc_semantics == NC_TPI_COTS_ORD ||
881 if (client && ((nconf->nc_semantics == NC_TPI_COTS_ORD) ||
getnetconfig.c 545 ncp->nc_semantics = NC_TPI_COTS_ORD;
  /src/usr.sbin/rpcbind/
rpcbind.c 301 (nconf->nc_semantics != NC_TPI_COTS_ORD))

Completed in 33 milliseconds