HomeSort by: relevance | last modified time | path
    Searched refs:nettype (Results 1 - 11 of 11) sorted by relevancy

  /src/lib/libc/rpc/
clnt_simple.c 85 char nettype[NETIDLEN]; /* Network type */ member in struct:rpc_call_private
118 * the future calls to same prog, vers, host and nettype combination.
132 const char * nettype) /* nettype */
141 /* XXX: nettype may be NULL ??? */
166 if ((nettype == NULL) || (nettype[0] == 0))
167 nettype = "netpath";
172 (!strcmp(rcp->nettype, nettype)))) {
    [all...]
rpc_generic.c 68 #include <rpc/nettype.h>
81 int nettype; member in struct:handle
212 * Returns the type of the network as defined in <rpc/nettype.h>
213 * If nettype is NULL, it defaults to NETPATH.
216 getnettype(const char *nettype)
220 if ((nettype == NULL) || (nettype[0] == 0)) {
225 nettype = strlocase(nettype);
228 if (strcasecmp(nettype, _rpctypelist[i].name) == 0)
    [all...]
svc_simple.c 60 #include <rpc/nettype.h>
95 * nettype indicates the type of transport on which the service will be
112 char *nettype) /* nettype */
124 if (nettype == NULL)
125 nettype = __UNCONST("netpath"); /* The default behavior */
126 if ((handle = __rpc_setconf(nettype)) == NULL) {
240 __func__, nettype);
clnt_generic.c 57 #include <rpc/nettype.h>
85 const char * nettype)
94 /* XXX: nettype appears to support being NULL */
96 clnt = clnt_create(hostname, prog, vers_high, nettype);
140 * Generic client creation: takes (servers name, program-number, nettype) and
156 const char * nettype) /* net type */
165 /* XXX: nettype appears to support being NULL */
167 if ((handle = __rpc_setconf(nettype)) == NULL) {
svc_generic.c 60 #include <rpc/nettype.h>
93 const char *nettype) /* Networktype token */
107 if ((handle = __rpc_setconf(nettype)) == NULL) {
108 warnx("%s: unknown protocol %s", __func__, nettype);
pmap_clnt.c 58 #include <rpc/nettype.h>
clnt_bcast.c 73 #include <rpc/nettype.h>
94 * If nettype is NULL, it broadcasts on all the available
261 const char * nettype) /* transport type */
319 if (nettype == NULL)
320 nettype = "datagram_n";
321 if ((handle = __rpc_setconf(nettype)) == NULL) {
681 const char * nettype) /* transport type */
687 INITTIME, WAITTIME, nettype);
rpc_soc.c 70 #include <rpc/nettype.h>
rpcb_clnt.c 63 #include <rpc/nettype.h>
  /src/include/rpc/
Makefile 4 INCS= auth.h auth_unix.h clnt.h clnt_soc.h nettype.h \
  /src/usr.bin/rpcinfo/
rpcinfo.c 70 #include <rpc/nettype.h>

Completed in 28 milliseconds