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

/freebsd-current/sys/rpc/
H A Dgetnetconfig.c46 .nc_semantics = NC_TPI_CLTS,
53 .nc_semantics = NC_TPI_COTS_ORD,
61 .nc_semantics = NC_TPI_CLTS,
68 .nc_semantics = NC_TPI_COTS_ORD,
75 .nc_semantics = NC_TPI_COTS_ORD,
H A Dnetconfig.h14 unsigned long nc_semantics; /* Semantics (see below) */ member in struct:netconfig
30 * nc_semantics values
H A Drpc_generic.c243 __rpc_seman2socktype((int)nconf->nc_semantics);
623 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
624 (nconf->nc_semantics != NC_TPI_COTS) &&
625 (nconf->nc_semantics != NC_TPI_COTS_ORD))
639 if ((nconf->nc_semantics != NC_TPI_COTS) &&
640 (nconf->nc_semantics != NC_TPI_COTS_ORD))
648 if (nconf->nc_semantics != NC_TPI_CLTS)
652 if (((nconf->nc_semantics != NC_TPI_COTS) &&
653 (nconf->nc_semantics != NC_TPI_COTS_ORD)) ||
665 if ((nconf->nc_semantics !
[all...]
H A Drpcb_clnt.c494 (nconf->nc_semantics == NC_TPI_COTS ||
495 nconf->nc_semantics == NC_TPI_COTS_ORD)) {
658 (nconf->nc_semantics == rmap->r_nc_semantics) &&
873 if (nconf->nc_semantics == NC_TPI_COTS_ORD ||
874 nconf->nc_semantics == NC_TPI_COTS) {
950 if (client && ((nconf->nc_semantics == NC_TPI_COTS_ORD) ||
951 (nconf->nc_semantics == NC_TPI_COTS))) {
1022 if (nconf->nc_semantics != NC_TPI_CLTS) {
H A Dclnt_rc.c179 if (rc->rc_nconf->nc_semantics == NC_TPI_CLTS)
/freebsd-current/include/
H A Dnetconfig.h44 unsigned long nc_semantics; /* Semantics (see below) */ member in struct:netconfig
60 * nc_semantics values
/freebsd-current/usr.sbin/rpc.statd/
H A Dstatd.c339 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
340 (nconf->nc_semantics != NC_TPI_COTS) &&
341 (nconf->nc_semantics != NC_TPI_COTS_ORD))
531 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
532 (nconf->nc_semantics != NC_TPI_COTS) &&
533 (nconf->nc_semantics != NC_TPI_COTS_ORD))
557 if (nconf->nc_semantics != NC_TPI_CLTS)
/freebsd-current/lib/libc/rpc/
H A Drpc_generic.c341 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
342 (nconf->nc_semantics != NC_TPI_COTS) &&
343 (nconf->nc_semantics != NC_TPI_COTS_ORD))
357 if ((nconf->nc_semantics != NC_TPI_COTS) &&
358 (nconf->nc_semantics != NC_TPI_COTS_ORD))
366 if (nconf->nc_semantics != NC_TPI_CLTS)
370 if (((nconf->nc_semantics != NC_TPI_COTS) &&
371 (nconf->nc_semantics != NC_TPI_COTS_ORD)) ||
383 if ((nconf->nc_semantics != NC_TPI_CLTS) ||
502 __rpc_seman2socktype((int)nconf->nc_semantics);
[all...]
H A Dgetnetconfig.c575 ncp->nc_semantics = NC_TPI_COTS_ORD;
577 ncp->nc_semantics = NC_TPI_COTS;
579 ncp->nc_semantics = NC_TPI_CLTS;
581 ncp->nc_semantics = NC_TPI_RAW;
H A Drpcb_clnt.c478 (nconf->nc_semantics == NC_TPI_COTS ||
479 nconf->nc_semantics == NC_TPI_COTS_ORD)) {
623 (nconf->nc_semantics == rmap->r_nc_semantics) &&
842 if (nconf->nc_semantics == NC_TPI_COTS_ORD ||
843 nconf->nc_semantics == NC_TPI_COTS) {
919 if (client && ((nconf->nc_semantics == NC_TPI_COTS_ORD) ||
920 (nconf->nc_semantics == NC_TPI_COTS))) {
991 if (nconf->nc_semantics != NC_TPI_CLTS) {
H A Dkey_call.c373 if (nconf->nc_semantics == NC_TPI_COTS_ORD) {
H A Dclnt_generic.c349 servtype = nconf->nc_semantics;
H A Drpc_soc.c503 if (nconf->nc_semantics != NC_TPI_CLTS) {
H A Dclnt_bcast.c309 if (nconf->nc_semantics != NC_TPI_CLTS)
/freebsd-current/usr.sbin/rpcbind/
H A Drpcbind.c273 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
274 (nconf->nc_semantics != NC_TPI_COTS) &&
275 (nconf->nc_semantics != NC_TPI_COTS_ORD))
365 nconf->nc_semantics != NC_TPI_CLTS)
472 if (nconf->nc_semantics != NC_TPI_CLTS)
521 if (nconf->nc_semantics != NC_TPI_CLTS)
653 if (nconf->nc_semantics == NC_TPI_CLTS) {
H A Drpcb_svc_4.c393 a->r_nc_semantics = nconf->nc_semantics;
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlockd.c512 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
513 (nconf->nc_semantics != NC_TPI_COTS) &&
514 (nconf->nc_semantics != NC_TPI_COTS_ORD))
732 if ((nconf->nc_semantics != NC_TPI_CLTS) &&
733 (nconf->nc_semantics != NC_TPI_COTS) &&
734 (nconf->nc_semantics != NC_TPI_COTS_ORD))
758 if (nconf->nc_semantics != NC_TPI_CLTS)
/freebsd-current/usr.sbin/ypserv/
H A Dyp_main.c317 if (nconf->nc_semantics != NC_TPI_CLTS)
396 if (nconf->nc_semantics == NC_TPI_CLTS)
/freebsd-current/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c306 nconf_udp.nc_semantics = NC_TPI_CLTS;
316 nconf_udp6.nc_semantics = NC_TPI_CLTS;

Completed in 234 milliseconds