Lines Matching defs:nc_semantics
323 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
324 (nconf->nc_semantics != NC_TPI_COTS) &&
325 (nconf->nc_semantics != NC_TPI_COTS_ORD))
341 if ((nconf->nc_semantics != NC_TPI_COTS) &&
342 (nconf->nc_semantics != NC_TPI_COTS_ORD))
350 if (nconf->nc_semantics != NC_TPI_CLTS)
354 if (((nconf->nc_semantics != NC_TPI_COTS) &&
355 (nconf->nc_semantics != NC_TPI_COTS_ORD)) ||
362 if ((nconf->nc_semantics != NC_TPI_CLTS) ||
461 if (__rpc_matchserv(servtype, nconf->nc_semantics) == TRUE) {
477 __rpc_matchserv(int servtype, unsigned int nc_semantics)
481 if (nc_semantics == NC_TPI_COTS)
486 if (nc_semantics == NC_TPI_COTS_ORD)
491 if (nc_semantics == NC_TPI_CLTS)