Home
last modified time | relevance | path

Searched refs:NC_TPI_CLTS (Results 1 – 18 of 18) 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.c178 if (rc->rc_nconf->nc_semantics == NC_TPI_CLTS) in clnt_reconnect_connect()
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.c120 .nc_semantics = NC_TPI_CLTS,
295 if ((nconf->nc_semantics != NC_TPI_CLTS) && in init_transport()
384 nconf->nc_semantics != NC_TPI_CLTS) in init_transport()
487 if (nconf->nc_semantics != NC_TPI_CLTS) in init_transport()
529 if (nconf->nc_semantics != NC_TPI_CLTS) in init_transport()
664 if (!netlink && nconf->nc_semantics == NC_TPI_CLTS) { in init_transport()
/freebsd/lib/libc/rpc/
H A Drpc_generic.c342 if ((nconf->nc_semantics != NC_TPI_CLTS) && in __rpc_getconf()
367 if (nconf->nc_semantics != NC_TPI_CLTS) in __rpc_getconf()
384 if ((nconf->nc_semantics != NC_TPI_CLTS) || in __rpc_getconf()
729 case NC_TPI_CLTS: in __rpc_seman2socktype()
747 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/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/include/
H A Dnetconfig.h62 #define NC_TPI_CLTS 1 /* Connectionless transport */ macro
/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.c832 if ((nconf->nc_semantics != NC_TPI_CLTS) && in create_service()
872 nconf->nc_semantics != NC_TPI_CLTS) in create_service()
1045 if ((nconf->nc_semantics != NC_TPI_CLTS) && in complete_service()
1075 if (nconf->nc_semantics != NC_TPI_CLTS) in complete_service()
1078 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" :