Searched refs:nettype (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/lib/libc/rpc/
H A Dclnt_simple.c77 char nettype[NETIDLEN]; /* Network type */ member in struct:rpc_call_private
109 * the future calls to same prog, vers, host and nettype combination.
119 * nettype - nettype
124 const xdrproc_t outproc, char *out, const char *nettype)
156 if ((nettype == NULL) || (nettype[0] == 0))
157 nettype = "netpath";
162 (!strcmp(rcp->nettype, nettype)))) {
122 rpc_call(const char *host, const rpcprog_t prognum, const rpcvers_t versnum, const rpcproc_t procnum, const xdrproc_t inproc, const char *in, const xdrproc_t outproc, char *out, const char *nettype) argument
[all...]
H A Dclnt_generic.c58 #include <rpc/nettype.h>
84 rpcvers_t vers_low, rpcvers_t vers_high, const char *nettype)
88 vers_high, nettype, NULL));
100 const char *nettype, const struct timeval *tp)
107 clnt = clnt_create_timed(hostname, prog, vers_high, nettype, tp);
154 * Generic client creation: takes (servers name, program-number, nettype) and
167 const char *nettype)
170 return (clnt_create_timed(hostname, prog, vers, nettype, NULL));
191 char *nettype = &nettype_array[0]; local
194 nettype
83 clnt_create_vers(const char *hostname, rpcprog_t prog, rpcvers_t *vers_out, rpcvers_t vers_low, rpcvers_t vers_high, const char *nettype) argument
98 clnt_create_vers_timed(const char *hostname, rpcprog_t prog, rpcvers_t *vers_out, rpcvers_t vers_low, rpcvers_t vers_high, const char *nettype, const struct timeval *tp) argument
166 clnt_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, const char *nettype) argument
[all...]
H A Dsvc_simple.c56 #include <rpc/nettype.h>
90 * nettype indicates the type of transport on which the service will be
103 * nettype - nettype
108 char *nettype)
121 if (nettype == NULL)
122 nettype = "netpath"; /* The default behavior */
123 if ((handle = __rpc_setconf(nettype)) == NULL) {
235 rpc_reg_msg, nettype);
106 rpc_reg(rpcprog_t prognum, rpcvers_t versnum, rpcproc_t procnum, char *(*progname)(char *), xdrproc_t inproc, xdrproc_t outproc, char *nettype) argument
H A Drpc_generic.c63 #include <rpc/nettype.h>
71 int nettype; member in struct:handle
199 * Returns the type of the network as defined in <rpc/nettype.h>
200 * If nettype is NULL, it defaults to NETPATH.
203 getnettype(const char *nettype) argument
207 if ((nettype == NULL) || (nettype[0] == 0)) {
212 nettype = strlocase(nettype);
215 if (strcasecmp(nettype, _rpctypelis
238 __rpc_getconfip(const char *nettype) argument
309 __rpc_setconf(const char *nettype) argument
[all...]
H A Dpmap_clnt.c55 #include <rpc/nettype.h>
H A Dsvc_generic.c55 #include <rpc/nettype.h>
80 * nettype - Networktype token
84 rpcprog_t prognum, rpcvers_t versnum, const char *nettype)
98 if ((handle = __rpc_setconf(nettype)) == NULL) {
83 svc_create(void (*dispatch)(struct svc_req *, SVCXPRT *), rpcprog_t prognum, rpcvers_t versnum, const char *nettype) argument
H A Dclnt_bcast.c68 #include <rpc/nettype.h>
88 * If nettype is NULL, it broadcasts on all the available
243 * nettype - transport type
249 const char *nettype)
307 if (nettype == NULL)
308 nettype = "datagram_n";
309 if ((handle = __rpc_setconf(nettype)) == NULL) {
668 * nettype - transport type
673 resultproc_t eachresult, const char *nettype)
679 INITTIME, WAITTIME, nettype);
246 rpc_broadcast_exp(rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, xdrproc_t xresults, caddr_t resultsp, resultproc_t eachresult, int inittime, int waittime, const char *nettype) argument
671 rpc_broadcast(rpcprog_t prog, rpcvers_t vers, rpcproc_t proc, xdrproc_t xargs, caddr_t argsp, xdrproc_t xresults, caddr_t resultsp, resultproc_t eachresult, const char *nettype) argument
[all...]
H A Drpc_soc.c66 #include <rpc/nettype.h>
H A Drpcb_clnt.c55 #include <rpc/nettype.h>
/freebsd-12-stable/sys/rpc/
H A Drpc_generic.c63 #include <rpc/nettype.h>
80 int nettype; member in struct:handle
489 * Returns the type of the network as defined in <rpc/nettype.h>
490 * If nettype is NULL, it defaults to NETPATH.
493 getnettype(const char *nettype) argument
497 if ((nettype == NULL) || (nettype[0] == 0)) {
502 nettype = strlocase(nettype);
505 if (strcasecmp(nettype, _rpctypelis
516 __rpc_getconfip(const char *nettype) argument
[all...]
H A Dsvc_generic.c68 #include <rpc/nettype.h>
89 const char *nettype) /* Networktype token */
97 if ((handle = __rpc_setconf(nettype)) == NULL) {
84 svc_create( SVCPOOL *pool, void (*dispatch)(struct svc_req *, SVCXPRT *), rpcprog_t prognum, rpcvers_t versnum, const char *nettype) argument
/freebsd-12-stable/include/rpc/
H A DMakefile13 nettype.h pmap_clnt.h pmap_prot.h pmap_rmt.h raw.h \
/freebsd-12-stable/usr.bin/rpcinfo/
H A Drpcinfo.c73 #include <rpc/nettype.h>

Completed in 185 milliseconds