Home | History | Annotate | Download | only in rpc

Lines Matching refs:nc_semantics

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);