Searched defs:nettype (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/lib/libc/rpc/ |
H A D | clnt_generic.c | 75 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 D | clnt_simple.c | 70 char nettype[NETIDLEN]; /* Network type */ member 117 const xdrproc_t outproc, char *out, const char *nettype) in rpc_call()
|
H A D | rpc_generic.c | 67 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 D | svc_generic.c | 77 rpcprog_t prognum, rpcvers_t versnum, const char *nettype) in svc_create()
|
H A D | clnt_bcast.c | 241 const char *nettype) in rpc_broadcast_exp() 665 resultproc_t eachresult, const char *nettype) in rpc_broadcast()
|
H A D | svc_simple.c | 104 char *nettype) in rpc_reg()
|
/freebsd-src/sys/rpc/ |
H A D | rpc_generic.c | 79 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 D | svc_generic.c | 82 svc_create(SVCPOOL * pool,void (* dispatch)(struct svc_req *,SVCXPRT *),rpcprog_t prognum,rpcvers_t versnum,const char * nettype) svc_create() argument
|