Home
last modified time | relevance | path

Searched refs:nettype (Results 1 – 8 of 8) sorted by relevance

/minix/lib/libc/rpc/
H A Dclnt_simple.c85 char nettype[NETIDLEN]; /* Network type */ member
132 const char * nettype) /* nettype */ in rpc_call() argument
166 if ((nettype == NULL) || (nettype[0] == 0)) in rpc_call()
167 nettype = "netpath"; in rpc_call()
172 (!strcmp(rcp->nettype, nettype)))) { in rpc_call()
181 rcp->client = clnt_create(host, prognum, versnum, nettype); in rpc_call()
200 (strlen(nettype) < (size_t)NETIDLEN)) { in rpc_call()
202 (void) strcpy(rcp->nettype, nettype); in rpc_call()
H A Drpc_generic.c81 int nettype; member
216 getnettype(const char *nettype) in getnettype() argument
220 if ((nettype == NULL) || (nettype[0] == 0)) { in getnettype()
225 nettype = strlocase(nettype); in getnettype()
253 __rpc_getconfip(const char *nettype) in __rpc_getconfip() argument
275 _DIAGASSERT(nettype != NULL); in __rpc_getconfip()
319 if (strcmp(nettype, "udp") == 0) in __rpc_getconfip()
321 else if (strcmp(nettype, "tcp") == 0) in __rpc_getconfip()
338 __rpc_setconf(const char *nettype) in __rpc_setconf() argument
348 switch (handle->nettype = getnettype(nettype)) { in __rpc_setconf()
[all …]
H A Dsvc_simple.c112 char *nettype) /* nettype */ in rpc_reg() argument
127 if (nettype == NULL) in rpc_reg()
128 nettype = __UNCONST("netpath"); /* The default behavior */ in rpc_reg()
129 if ((handle = __rpc_setconf(nettype)) == NULL) { in rpc_reg()
243 __func__, nettype); in rpc_reg()
H A Dclnt_generic.c85 const char * nettype) in __weak_alias()
96 clnt = clnt_create(hostname, prog, vers_high, nettype); in __weak_alias()
156 const char * nettype) /* net type */ in clnt_create() argument
167 if ((handle = __rpc_setconf(nettype)) == NULL) { in clnt_create()
H A Dsvc_generic.c93 const char *nettype) /* Networktype token */ in svc_create() argument
110 if ((handle = __rpc_setconf(nettype)) == NULL) { in svc_create()
111 warnx("%s: unknown protocol %s", __func__, nettype); in svc_create()
H A Dclnt_bcast.c260 const char * nettype) /* transport type */ in rpc_broadcast_exp() argument
318 if (nettype == NULL) in rpc_broadcast_exp()
319 nettype = "datagram_n"; in rpc_broadcast_exp()
320 if ((handle = __rpc_setconf(nettype)) == NULL) { in rpc_broadcast_exp()
680 const char * nettype) /* transport type */ in rpc_broadcast() argument
686 INITTIME, WAITTIME, nettype); in rpc_broadcast()
/minix/include/rpc/
H A DMakefile4 INCS= auth.h auth_unix.h clnt.h clnt_soc.h nettype.h \
/minix/distrib/sets/lists/comp/
H A Dmi2606 ./usr/include/rpc/nettype.h comp-c-include