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

  /src/include/
netconfig.h 60 #define NC_TPI_CLTS 1 /* Connectionless transport */
  /src/lib/libc/rpc/
rpc_generic.c 399 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
424 if (nconf->nc_semantics != NC_TPI_CLTS)
441 if ((nconf->nc_semantics != NC_TPI_CLTS) ||
789 case NC_TPI_CLTS:
807 return NC_TPI_CLTS;
clnt_generic.c 348 case NC_TPI_CLTS:
rpcb_clnt.c 801 if (nconf->nc_semantics == NC_TPI_CLTS)
884 if (client && nconf->nc_semantics == NC_TPI_CLTS)
954 if (nconf->nc_semantics != NC_TPI_CLTS) {
getnetconfig.c 549 ncp->nc_semantics = NC_TPI_CLTS;
clnt_bcast.c 329 if (nconf->nc_semantics != NC_TPI_CLTS)
  /src/usr.sbin/rpcbind/
rpcbind.c 299 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
397 nconf->nc_semantics != NC_TPI_CLTS)
508 if (nconf->nc_semantics != NC_TPI_CLTS)
561 if (nconf->nc_semantics != NC_TPI_CLTS)
710 if (nconf->nc_semantics == NC_TPI_CLTS) {
  /src/usr.bin/rpcinfo/
rpcinfo.c 973 re->r_nc_semantics == NC_TPI_CLTS ? "clts" :

Completed in 129 milliseconds