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

  /src/include/
netconfig.h 42 unsigned long nc_semantics; /* Semantics (see below) */ member in struct:netconfig
58 * nc_semantics values
  /src/lib/libc/rpc/
rpc_generic.c 399 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
400 (nconf->nc_semantics != NC_TPI_COTS) &&
401 (nconf->nc_semantics != NC_TPI_COTS_ORD))
415 if ((nconf->nc_semantics != NC_TPI_COTS) &&
416 (nconf->nc_semantics != NC_TPI_COTS_ORD))
424 if (nconf->nc_semantics != NC_TPI_CLTS)
428 if (((nconf->nc_semantics != NC_TPI_COTS) &&
429 (nconf->nc_semantics != NC_TPI_COTS_ORD)) ||
441 if ((nconf->nc_semantics != NC_TPI_CLTS) ||
562 __rpc_seman2socktype((int)nconf->nc_semantics);
    [all...]
rpcb_clnt.c 496 (nconf->nc_semantics == NC_TPI_COTS ||
497 nconf->nc_semantics == NC_TPI_COTS_ORD)) {
642 (nconf->nc_semantics == rmap->r_nc_semantics) &&
793 if ((nconf->nc_semantics == NC_TPI_COTS_ORD ||
794 nconf->nc_semantics == NC_TPI_COTS) &&
801 if (nconf->nc_semantics == NC_TPI_CLTS)
881 if (client && ((nconf->nc_semantics == NC_TPI_COTS_ORD) ||
882 (nconf->nc_semantics == NC_TPI_COTS)))
884 if (client && nconf->nc_semantics == NC_TPI_CLTS)
954 if (nconf->nc_semantics != NC_TPI_CLTS)
    [all...]
getnetconfig.c 545 ncp->nc_semantics = NC_TPI_COTS_ORD;
547 ncp->nc_semantics = NC_TPI_COTS;
549 ncp->nc_semantics = NC_TPI_CLTS;
551 ncp->nc_semantics = NC_TPI_RAW;
clnt_generic.c 320 servtype = nconf->nc_semantics;
rpc_soc.c 255 switch (nconf->nc_semantics) {
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) &&
300 (nconf->nc_semantics != NC_TPI_COTS) &&
301 (nconf->nc_semantics != NC_TPI_COTS_ORD))
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) {
rpcb_svc_4.c 396 a->r_nc_semantics = nconf->nc_semantics;

Completed in 16 milliseconds