Home
last modified time | relevance | path

Searched refs:NC_TPI_CLTS (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/rpc/
H A Dgetnetconfig.c46 .nc_semantics = NC_TPI_CLTS,
61 .nc_semantics = NC_TPI_CLTS,
H A Drpc_generic.c453 case NC_TPI_CLTS: in __rpc_seman2socktype()
471 return NC_TPI_CLTS; in __rpc_socktype2seman()
623 if ((nconf->nc_semantics != NC_TPI_CLTS) && in __rpc_getconf()
648 if (nconf->nc_semantics != NC_TPI_CLTS) in __rpc_getconf()
665 if ((nconf->nc_semantics != NC_TPI_CLTS) || in __rpc_getconf()
H A Dnetconfig.h32 #define NC_TPI_CLTS 1 macro
H A Dclnt_rc.c179 if (rc->rc_nconf->nc_semantics == NC_TPI_CLTS) in clnt_reconnect_connect()
H A Drpcb_clnt.c1022 if (nconf->nc_semantics != NC_TPI_CLTS) {
/freebsd/lib/libc/rpc/
H A Drpc_generic.c341 if ((nconf->nc_semantics != NC_TPI_CLTS) && in __rpc_getconf()
366 if (nconf->nc_semantics != NC_TPI_CLTS) in __rpc_getconf()
383 if ((nconf->nc_semantics != NC_TPI_CLTS) || in __rpc_getconf()
728 case NC_TPI_CLTS: in __rpc_seman2socktype()
746 return NC_TPI_CLTS; in __rpc_socktype2seman()
H A Dclnt_generic.c379 case NC_TPI_CLTS: in clnt_tli_create()
H A Drpc_soc.c503 if (nconf->nc_semantics != NC_TPI_CLTS) { in svcunix_create()
H A Dgetnetconfig.c579 ncp->nc_semantics = NC_TPI_CLTS; in parse_ncp()
H A Dclnt_bcast.c309 if (nconf->nc_semantics != NC_TPI_CLTS) in rpc_broadcast_exp()
H A Drpcb_clnt.c991 if (nconf->nc_semantics != NC_TPI_CLTS) { in __rpcb_findaddr_timed()
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c274 if ((nconf->nc_semantics != NC_TPI_CLTS) && in init_transport()
366 nconf->nc_semantics != NC_TPI_CLTS) in init_transport()
473 if (nconf->nc_semantics != NC_TPI_CLTS) in init_transport()
522 if (nconf->nc_semantics != NC_TPI_CLTS) in init_transport()
654 if (nconf->nc_semantics == NC_TPI_CLTS) { in init_transport()
/freebsd/include/
H A Dnetconfig.h62 #define NC_TPI_CLTS 1 /* Connectionless transport */ macro
/freebsd/usr.sbin/rpc.statd/
H A Dstatd.c339 if ((nconf->nc_semantics != NC_TPI_CLTS) && in create_service()
531 if ((nconf->nc_semantics != NC_TPI_CLTS) && in complete_service()
557 if (nconf->nc_semantics != NC_TPI_CLTS) in complete_service()
/freebsd/usr.sbin/rpc.lockd/
H A Dlockd.c512 if ((nconf->nc_semantics != NC_TPI_CLTS) && in create_service()
732 if ((nconf->nc_semantics != NC_TPI_CLTS) && in complete_service()
758 if (nconf->nc_semantics != NC_TPI_CLTS) in complete_service()
/freebsd/usr.sbin/ypserv/
H A Dyp_main.c317 if (nconf->nc_semantics != NC_TPI_CLTS) in create_service()
396 if (nconf->nc_semantics == NC_TPI_CLTS) in create_service()
/freebsd/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c306 nconf_udp.nc_semantics = NC_TPI_CLTS; in rpcbind_get_conf()
316 nconf_udp6.nc_semantics = NC_TPI_CLTS; in rpcbind_get_conf()
/freebsd/usr.sbin/mountd/
H A Dmountd.c807 if ((nconf->nc_semantics != NC_TPI_CLTS) && in create_service()
847 nconf->nc_semantics != NC_TPI_CLTS) in create_service()
1020 if ((nconf->nc_semantics != NC_TPI_CLTS) && in complete_service()
1050 if (nconf->nc_semantics != NC_TPI_CLTS) in complete_service()
1053 if (nconf->nc_semantics == NC_TPI_CLTS ) in complete_service()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c952 re->r_nc_semantics == NC_TPI_CLTS ? "clts" :