Home
last modified time | relevance | path

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

/freebsd-src/lib/libc/rpc/
H A Dclnt_generic.c75 rpcvers_t vers_low, rpcvers_t vers_high, const char *nettype) in clnt_create_vers()
91 const char *nettype, const struct timeval *tp) in clnt_create_vers_timed()
158 const char *nettype) in clnt_create()
182 char *nettype = &nettype_array[0]; in clnt_create_timed() local
H A Dclnt_simple.c70 char nettype[NETIDLEN]; /* Network type */ member
117 const xdrproc_t outproc, char *out, const char *nettype) in rpc_call()
H A Drpc_generic.c67 int nettype; member
176 getnettype(const char *nettype) in getnettype()
211 __rpc_getconfip(const char *nettype) in __rpc_getconfip()
282 __rpc_setconf(const char *nettype) in __rpc_setconf()
H A Dsvc_generic.c77 rpcprog_t prognum, rpcvers_t versnum, const char *nettype) in svc_create()
H A Dclnt_bcast.c241 const char *nettype) in rpc_broadcast_exp()
665 resultproc_t eachresult, const char *nettype) in rpc_broadcast()
H A Dsvc_simple.c104 char *nettype) in rpc_reg()
/freebsd-src/sys/rpc/
H A Drpc_generic.c79 int nettype; member
488 getnettype(const char *nettype) in getnettype()
511 __rpc_getconfip(const char *nettype) in __rpc_getconfip()
563 __rpc_setconf(const char *nettype) in __rpc_setconf()
H A Dsvc_generic.c82 svc_create(SVCPOOL * pool,void (* dispatch)(struct svc_req *,SVCXPRT *),rpcprog_t prognum,rpcvers_t versnum,const char * nettype) svc_create() argument