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

/freebsd-10.2-release/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.2-release/include/
H A Dnetconfig.h15 unsigned long nc_semantics; /* Semantics (see below) */ member in struct:netconfig
31 * nc_semantics values
/freebsd-10.2-release/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.2-release/lib/libc/rpc/
H A Drpc_generic.c373 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
374 (nconf->nc_semantics != NC_TPI_COTS) &&
375 (nconf->nc_semantics != NC_TPI_COTS_ORD))
389 if ((nconf->nc_semantics != NC_TPI_COTS) &&
390 (nconf->nc_semantics != NC_TPI_COTS_ORD))
398 if (nconf->nc_semantics != NC_TPI_CLTS)
402 if (((nconf->nc_semantics != NC_TPI_COTS) &&
403 (nconf->nc_semantics != NC_TPI_COTS_ORD)) ||
415 if ((nconf->nc_semantics != NC_TPI_CLTS) ||
537 __rpc_seman2socktype((int)nconf->nc_semantics);
[all...]
H A Dgetnetconfig.c584 ncp->nc_semantics = NC_TPI_COTS_ORD;
586 ncp->nc_semantics = NC_TPI_COTS;
588 ncp->nc_semantics = NC_TPI_CLTS;
590 ncp->nc_semantics = NC_TPI_RAW;
H A Drpcb_clnt.c500 (nconf->nc_semantics == NC_TPI_COTS ||
501 nconf->nc_semantics == NC_TPI_COTS_ORD)) {
649 (nconf->nc_semantics == rmap->r_nc_semantics) &&
864 if (nconf->nc_semantics == NC_TPI_COTS_ORD ||
865 nconf->nc_semantics == NC_TPI_COTS) {
941 if (client && ((nconf->nc_semantics == NC_TPI_COTS_ORD) ||
942 (nconf->nc_semantics == NC_TPI_COTS))) {
1013 if (nconf->nc_semantics != NC_TPI_CLTS) {
H A Dclnt_generic.c356 servtype = nconf->nc_semantics;
H A Dkey_call.c391 if (nconf->nc_semantics == NC_TPI_COTS_ORD) {
H A Drpc_soc.c554 if (nconf->nc_semantics != NC_TPI_CLTS) {
H A Dclnt_bcast.c310 if (nconf->nc_semantics != NC_TPI_CLTS)
/freebsd-10.2-release/usr.sbin/rpc.lockd/
H A Dlockd.c509 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
510 (nconf->nc_semantics != NC_TPI_COTS) &&
511 (nconf->nc_semantics != NC_TPI_COTS_ORD))
704 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
705 (nconf->nc_semantics != NC_TPI_COTS) &&
706 (nconf->nc_semantics != NC_TPI_COTS_ORD))
730 if (nconf->nc_semantics != NC_TPI_CLTS)
828 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
829 (nconf->nc_semantics != NC_TPI_COTS) &&
830 (nconf->nc_semantics !
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcbind.c241 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
242 (nconf->nc_semantics != NC_TPI_COTS) &&
243 (nconf->nc_semantics != NC_TPI_COTS_ORD))
352 if (nconf->nc_semantics != NC_TPI_CLTS)
487 if (nconf->nc_semantics == NC_TPI_CLTS) {
H A Drpcb_svc_4.c398 a->r_nc_semantics = nconf->nc_semantics;
/freebsd-10.2-release/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)
642 if (nconf->nc_semantics == NC_TPI_CLTS) {
H A Drpcb_svc_4.c398 a->r_nc_semantics = nconf->nc_semantics;
/freebsd-10.2-release/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.2-release/usr.sbin/mountd/
H A Dmountd.c614 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
615 (nconf->nc_semantics != NC_TPI_COTS) &&
616 (nconf->nc_semantics != NC_TPI_COTS_ORD))
654 nconf->nc_semantics != NC_TPI_CLTS)
827 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
828 (nconf->nc_semantics != NC_TPI_COTS) &&
829 (nconf->nc_semantics != NC_TPI_COTS_ORD))
853 if (nconf->nc_semantics != NC_TPI_CLTS)
856 if (nconf->nc_semantics == NC_TPI_CLTS )

Completed in 116 milliseconds