Searched refs:__rpc_setconf (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/rpc/
H A Dnettype.h63 extern void *__rpc_setconf(const char *);
H A Dsvc_generic.c97 if ((handle = __rpc_setconf(nettype)) == NULL) {
H A Drpc_generic.c568 __rpc_setconf(nettype) function
607 * __rpc_setconf() should have been called previously.
H A Drpcb_clnt.c890 if ((handle = __rpc_setconf("datagram_v")) != NULL) {
1242 if ((handle = __rpc_setconf("netpath")) == NULL) {
/freebsd-12-stable/include/rpc/
H A Dnettype.h59 extern void *__rpc_setconf(const char *);
/freebsd-12-stable/lib/libc/rpc/
H A Dsvc_generic.c98 if ((handle = __rpc_setconf(nettype)) == NULL) {
H A Dsvc_simple.c123 if ((handle = __rpc_setconf(nettype)) == NULL) {
H A Dclnt_generic.c204 if ((handle = __rpc_setconf((char *)nettype)) == NULL) {
H A Drpcb_clnt.c850 if ((handle = __rpc_setconf("datagram_v")) != NULL) {
1195 if ((handle = __rpc_setconf("netpath")) == NULL) {
H A Dclnt_bcast.c309 if ((handle = __rpc_setconf(nettype)) == NULL) {
H A Drpc_generic.c309 __rpc_setconf(const char *nettype) function
349 * __rpc_setconf() should have been called previously.
/freebsd-12-stable/usr.bin/rpcinfo/
H A Drpcinfo.c1557 if ((handle = __rpc_setconf(tlist[i])) == NULL)

Completed in 1010 milliseconds