Searched refs:nc_semantics (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/sys/rpc/
H A Dgetnetconfig.c47 .nc_semantics = NC_TPI_CLTS,
54 .nc_semantics = NC_TPI_COTS_ORD,
62 .nc_semantics = NC_TPI_CLTS,
69 .nc_semantics = NC_TPI_COTS_ORD,
76 .nc_semantics = NC_TPI_COTS_ORD,
H A Dnetconfig.h15 unsigned long nc_semantics; /* Semantics (see below) */ member in struct:netconfig
31 * nc_semantics values
H A Drpc_generic.c246 __rpc_seman2socktype((int)nconf->nc_semantics);
627 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
628 (nconf->nc_semantics != NC_TPI_COTS) &&
629 (nconf->nc_semantics != NC_TPI_COTS_ORD))
643 if ((nconf->nc_semantics != NC_TPI_COTS) &&
644 (nconf->nc_semantics != NC_TPI_COTS_ORD))
652 if (nconf->nc_semantics != NC_TPI_CLTS)
656 if (((nconf->nc_semantics != NC_TPI_COTS) &&
657 (nconf->nc_semantics != NC_TPI_COTS_ORD)) ||
669 if ((nconf->nc_semantics !
[all...]
H A Drpcb_clnt.c500 (nconf->nc_semantics == NC_TPI_COTS ||
501 nconf->nc_semantics == NC_TPI_COTS_ORD)) {
664 (nconf->nc_semantics == rmap->r_nc_semantics) &&
879 if (nconf->nc_semantics == NC_TPI_COTS_ORD ||
880 nconf->nc_semantics == NC_TPI_COTS) {
956 if (client && ((nconf->nc_semantics == NC_TPI_COTS_ORD) ||
957 (nconf->nc_semantics == NC_TPI_COTS))) {
1028 if (nconf->nc_semantics != NC_TPI_CLTS) {
H A Dclnt_rc.c171 if (rc->rc_nconf->nc_semantics == NC_TPI_CLTS)
/freebsd-10-stable/include/
H A Dnetconfig.h15 unsigned long nc_semantics; /* Semantics (see below) */ member in struct:netconfig
31 * nc_semantics values
/freebsd-10-stable/usr.sbin/rpc.statd/
H A Dstatd.c330 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
331 (nconf->nc_semantics != NC_TPI_COTS) &&
332 (nconf->nc_semantics != NC_TPI_COTS_ORD))
522 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
523 (nconf->nc_semantics != NC_TPI_COTS) &&
524 (nconf->nc_semantics != NC_TPI_COTS_ORD))
548 if (nconf->nc_semantics != NC_TPI_CLTS)
/freebsd-10-stable/lib/libc/rpc/
H A Drpc_generic.c367 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
368 (nconf->nc_semantics != NC_TPI_COTS) &&
369 (nconf->nc_semantics != NC_TPI_COTS_ORD))
383 if ((nconf->nc_semantics != NC_TPI_COTS) &&
384 (nconf->nc_semantics != NC_TPI_COTS_ORD))
392 if (nconf->nc_semantics != NC_TPI_CLTS)
396 if (((nconf->nc_semantics != NC_TPI_COTS) &&
397 (nconf->nc_semantics != NC_TPI_COTS_ORD)) ||
409 if ((nconf->nc_semantics != NC_TPI_CLTS) ||
528 __rpc_seman2socktype((int)nconf->nc_semantics);
[all...]
H A Dgetnetconfig.c579 ncp->nc_semantics = NC_TPI_COTS_ORD;
581 ncp->nc_semantics = NC_TPI_COTS;
583 ncp->nc_semantics = NC_TPI_CLTS;
585 ncp->nc_semantics = NC_TPI_RAW;
H A Drpcb_clnt.c485 (nconf->nc_semantics == NC_TPI_COTS ||
486 nconf->nc_semantics == NC_TPI_COTS_ORD)) {
630 (nconf->nc_semantics == rmap->r_nc_semantics) &&
839 if (nconf->nc_semantics == NC_TPI_COTS_ORD ||
840 nconf->nc_semantics == NC_TPI_COTS) {
916 if (client && ((nconf->nc_semantics == NC_TPI_COTS_ORD) ||
917 (nconf->nc_semantics == NC_TPI_COTS))) {
988 if (nconf->nc_semantics != NC_TPI_CLTS) {
H A Dclnt_generic.c356 servtype = nconf->nc_semantics;
H A Dkey_call.c375 if (nconf->nc_semantics == NC_TPI_COTS_ORD) {
H A Drpc_soc.c509 if (nconf->nc_semantics != NC_TPI_CLTS) {
H A Dclnt_bcast.c315 if (nconf->nc_semantics != NC_TPI_CLTS)
/freebsd-10-stable/usr.sbin/rpcbind/
H A Drpcbind.c264 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
265 (nconf->nc_semantics != NC_TPI_COTS) &&
266 (nconf->nc_semantics != NC_TPI_COTS_ORD))
356 nconf->nc_semantics != NC_TPI_CLTS)
463 if (nconf->nc_semantics != NC_TPI_CLTS)
512 if (nconf->nc_semantics != NC_TPI_CLTS)
644 if (nconf->nc_semantics == NC_TPI_CLTS) {
H A Drpcb_svc_4.c398 a->r_nc_semantics = nconf->nc_semantics;
/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dlockd.c510 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
511 (nconf->nc_semantics != NC_TPI_COTS) &&
512 (nconf->nc_semantics != NC_TPI_COTS_ORD))
730 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
731 (nconf->nc_semantics != NC_TPI_COTS) &&
732 (nconf->nc_semantics != NC_TPI_COTS_ORD))
756 if (nconf->nc_semantics != NC_TPI_CLTS)
/freebsd-10-stable/usr.sbin/ypserv/
H A Dyp_main.c320 if (nconf->nc_semantics != NC_TPI_CLTS)
399 if (nconf->nc_semantics == NC_TPI_CLTS)
/freebsd-10-stable/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c293 nconf_udp.nc_semantics = NC_TPI_CLTS;
303 nconf_udp6.nc_semantics = NC_TPI_CLTS;

Completed in 117 milliseconds