Searched defs:nc_semantics (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetcspace.h50 static struct nc_data nc_semantics[] = { variable in typeref:struct:nc_data
/illumos-gate/usr/src/lib/libbc/libc/yp/
H A Dyp_bind.c52 unsigned long nc_semantics; /* defined below */ member in struct:netconfig
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_generic.c323 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)
477 __rpc_matchserv(int servtype, unsigned int nc_semantics) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dnetconfig.h45 unsigned int nc_semantics; /* defined below */ member in struct:netconfig
61 * Values of nc_semantics
70 * This value of nc_semantics is strictly for use of Remote Direct
116 * This value of nc_semantics is strictly for use of Remote Direct

Completed in 62 milliseconds