Home
last modified time | relevance | path

Searched refs:CLIENT (Results 1 – 25 of 131) sorted by relevance

123456

/freebsd/sys/nlm/
H A Dnlm_prot.h282 extern enum clnt_stat nlm_sm_notify_0(struct nlm_sm_status *, void *, CLIENT *, struct rpc_callext…
287 extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callex…
290 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra …
293 extern enum clnt_stat nlm_cancel_1(struct nlm_cancargs *, nlm_res *, CLIENT *, struct rpc_callextr…
296 extern enum clnt_stat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callex…
299 extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callext…
302 extern enum clnt_stat nlm_test_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra…
305 extern enum clnt_stat nlm_lock_msg_1(struct nlm_lockargs *, void *, CLIENT *, struct rpc_callextra…
308 extern enum clnt_stat nlm_cancel_msg_1(struct nlm_cancargs *, void *, CLIENT *, struct rpc_callext…
311 extern enum clnt_stat nlm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_calle…
[all …]
H A Dnlm_prot_clnt.c17 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0()
26 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1()
35 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1()
44 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext,… in nlm_cancel_1()
53 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1()
62 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_granted_1()
71 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_test_msg_1()
80 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_lock_msg_1()
89 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_cancel_msg_1()
98 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *e… in nlm_unlock_msg_1()
[all …]
H A Dnlm.h102 extern CLIENT *nlm_host_get_rpc(struct nlm_host *host, bool_t isserver);
159 struct svc_req *rqstp, CLIENT **rpcp);
169 struct svc_req *rqstp, bool_t monitor, CLIENT **rpcp);
179 struct svc_req *rqstp, CLIENT **rpcp);
189 struct svc_req *rqstp, CLIENT **rpcp);
199 struct svc_req *rqstp, CLIENT **rpcp);
H A Dsm_inter.h77 extern struct sm_stat_res * sm_stat_1(struct sm_name *, CLIENT *);
80 extern struct sm_stat_res * sm_mon_1(struct mon *, CLIENT *);
83 extern struct sm_stat * sm_unmon_1(struct mon_id *, CLIENT *);
86 extern struct sm_stat * sm_unmon_all_1(struct my_id *, CLIENT *);
89 extern void * sm_simu_crash_1(void *, CLIENT *);
92 extern void * sm_notify_1(struct stat_chge *, CLIENT *);
/freebsd/crypto/openssl/test/recipes/
H A D70-test_tls13kexmodes.t67 TLSProxy::Message::CLIENT,
70 TLSProxy::Message::CLIENT,
73 TLSProxy::Message::CLIENT,
76 TLSProxy::Message::CLIENT,
79 TLSProxy::Message::CLIENT,
82 TLSProxy::Message::CLIENT,
85 TLSProxy::Message::CLIENT,
88 TLSProxy::Message::CLIENT,
91 TLSProxy::Message::CLIENT,
94 TLSProxy::Message::CLIENT,
[all …]
H A D70-test_tls13messages.t66 TLSProxy::Message::CLIENT,
69 TLSProxy::Message::CLIENT,
72 TLSProxy::Message::CLIENT,
75 TLSProxy::Message::CLIENT,
78 TLSProxy::Message::CLIENT,
81 TLSProxy::Message::CLIENT,
84 TLSProxy::Message::CLIENT,
87 TLSProxy::Message::CLIENT,
90 TLSProxy::Message::CLIENT,
93 TLSProxy::Message::CLIENT,
[all …]
H A D70-test_sslmessages.t97 TLSProxy::Message::CLIENT,
100 TLSProxy::Message::CLIENT,
105 TLSProxy::Message::CLIENT,
110 TLSProxy::Message::CLIENT,
114 TLSProxy::Message::CLIENT,
117 TLSProxy::Message::CLIENT,
120 TLSProxy::Message::CLIENT,
123 TLSProxy::Message::CLIENT,
126 TLSProxy::Message::CLIENT,
129 TLSProxy::Message::CLIENT,
[all …]
/freebsd/usr.sbin/ypserv/common/
H A Dyplib_host.h32 int yp_match_host(CLIENT *client, char *indomain, char *inmap,
34 int yp_first_host(CLIENT *client, char *indomain, char *inmap,
36 int yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey,
39 int yp_master_host(CLIENT *client, char *indomain, char *inmap,
41 int yp_order_host(CLIENT *client, char *indomain, char *inmap,
43 int yp_all_host(CLIENT *client, char *indomain, char *inmap,
45 int yp_maplist_host(CLIENT *client, char *indomain,
47 CLIENT *yp_bind_local(u_long program, u_long version);
48 CLIENT *yp_bind_host(char *server, u_long program, u_long version,
H A Dyplib_host.c61 CLIENT *
66 static CLIENT *client; in yp_bind_host()
110 CLIENT *
114 static CLIENT *client; in yp_bind_local()
136 yp_match_host(CLIENT *client, char *indomain, char *inmap, const char *inkey, in yp_match_host()
174 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, in yp_first_host()
213 yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey, in yp_next_host()
254 yp_all_host(CLIENT *client, char *indomain, char *inmap, in yp_all_host()
279 yp_order_host(CLIENT *client, char *indomain, char *inmap, u_int32_t *outorder) in yp_order_host()
306 yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname) in yp_master_host()
[all …]
/freebsd/sys/rpc/
H A Drpcb_prot.h495 extern bool_t * rpcbproc_set_3(RPCB *, CLIENT *);
498 extern bool_t * rpcbproc_unset_3(RPCB *, CLIENT *);
501 extern char ** rpcbproc_getaddr_3(RPCB *, CLIENT *);
504 extern rpcblist_ptr * rpcbproc_dump_3(void *, CLIENT *);
507 extern rpcb_rmtcallres * rpcbproc_callit_3(rpcb_rmtcallargs *, CLIENT *);
510 extern u_int * rpcbproc_gettime_3(void *, CLIENT *);
513 extern struct netbuf * rpcbproc_uaddr2taddr_3(char **, CLIENT *);
516 extern char ** rpcbproc_taddr2uaddr_3(struct netbuf *, CLIENT *);
522 extern bool_t * rpcbproc_set_4(RPCB *, CLIENT *);
524 extern bool_t * rpcbproc_unset_4(RPCB *, CLIENT *);
[all …]
H A Dclnt_rc.c52 static enum clnt_stat clnt_reconnect_call(CLIENT *, struct rpc_callextra *,
54 static void clnt_reconnect_geterr(CLIENT *, struct rpc_err *);
55 static bool_t clnt_reconnect_freeres(CLIENT *, xdrproc_t, void *);
56 static void clnt_reconnect_abort(CLIENT *);
57 static bool_t clnt_reconnect_control(CLIENT *, u_int, void *);
58 static void clnt_reconnect_close(CLIENT *);
59 static void clnt_reconnect_destroy(CLIENT *);
73 CLIENT *
82 CLIENT *cl = NULL; /* client handle */ in clnt_reconnect_create()
90 cl = mem_alloc(sizeof (CLIENT)); in clnt_reconnect_create()
[all …]
H A Dclnt_bck.c90 static void clnt_bck_geterr(CLIENT *, struct rpc_err *);
91 static bool_t clnt_bck_freeres(CLIENT *, xdrproc_t, void *);
92 static void clnt_bck_abort(CLIENT *);
93 static bool_t clnt_bck_control(CLIENT *, u_int, void *);
94 static void clnt_bck_close(CLIENT *);
95 static void clnt_bck_destroy(CLIENT *);
119 CLIENT *cl; /* client handle */ in clnt_bck_create()
129 cl = (CLIENT *)mem_alloc(sizeof (*cl)); in clnt_bck_create()
177 mem_free(cl, sizeof (CLIENT)); in clnt_bck_create()
183 CLIENT *cl, /* client handle */ in clnt_bck_call()
[all …]
H A Dclnt.h148 } CLIENT; typedef
185 enum clnt_stat clnt_call_private(CLIENT *, struct rpc_callextra *, rpcproc_t,
320 void (*call)(CLIENT *, void *, struct ucred *);
370 extern CLIENT *clnt_dg_create(struct socket *so,
382 extern CLIENT *client_nl_create(const char *name, const rpcprog_t prog,
394 extern CLIENT *clnt_vc_create(struct socket *so,
406 extern CLIENT *clnt_reconnect_create(struct netconfig *nconf,
432 extern void clnt_perror(CLIENT *, const char *); /* stderr */
433 extern char *clnt_sperror(CLIENT *, const char *); /* string */
/freebsd/usr.sbin/rpc.lockd/
H A Dtest.c13 CLIENT *clnt;
28 CLIENT *clnt;
46 CLIENT *clnt;
61 CLIENT *clnt;
76 CLIENT *clnt;
91 CLIENT *clnt;
106 CLIENT *clnt;
122 CLIENT *clnt;
137 CLIENT *clnt;
152 CLIENT *clnt;
[all …]
/freebsd/lib/libc/rpc/
H A Dclnt_raw.c62 CLIENT client_object;
72 static enum clnt_stat clnt_raw_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
74 static void clnt_raw_geterr(CLIENT *, struct rpc_err *);
75 static bool_t clnt_raw_freeres(CLIENT *, xdrproc_t, void *);
76 static void clnt_raw_abort(CLIENT *);
77 static bool_t clnt_raw_control(CLIENT *, u_int, void *);
78 static void clnt_raw_destroy(CLIENT *);
84 CLIENT *
90 CLIENT *client; in clnt_raw_create()
138 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_raw_call()
[all …]
H A Dkey_call.c259 CLIENT *client; /* Client handle */
290 static CLIENT *
310 return ((CLIENT *) NULL); in getkeyserv_handle()
316 return ((CLIENT *) NULL); in getkeyserv_handle()
341 return ((CLIENT *) NULL); in getkeyserv_handle()
349 return ((CLIENT *) NULL); in getkeyserv_handle()
365 return ((CLIENT *) NULL); in getkeyserv_handle()
383 if ((kcp->client == (CLIENT *) NULL) && (tpconf)) in getkeyserv_handle()
389 if (kcp->client == (CLIENT *) NULL) { in getkeyserv_handle()
390 return ((CLIENT *) NULL); in getkeyserv_handle()
[all …]
H A Dclnt_generic.c73 CLIENT *
88 CLIENT *
93 CLIENT *clnt; in clnt_create_vers_timed()
156 CLIENT *
172 CLIENT *
177 CLIENT *clnt = NULL; in clnt_create_timed()
258 CLIENT *
272 CLIENT *
277 CLIENT *cl = NULL; /* client handle */ in clnt_tp_create_timed()
324 CLIENT *
[all …]
H A Dclnt_vc.c88 static enum clnt_stat clnt_vc_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
90 static void clnt_vc_geterr(CLIENT *, struct rpc_err *);
91 static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
92 static void clnt_vc_abort(CLIENT *);
93 static bool_t clnt_vc_control(CLIENT *, u_int, void *);
94 static void clnt_vc_destroy(CLIENT *);
199 CLIENT *
203 CLIENT *cl; /* client handle */ in clnt_vc_create()
215 cl = (CLIENT *)mem_alloc(sizeof (*cl)); in clnt_vc_create()
217 if ((cl == (CLIENT *)NULL) || (ct == (struct ct_data *)NULL)) { in clnt_vc_create()
[all …]
H A Dclnt_dg.c77 static enum clnt_stat clnt_dg_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
79 static void clnt_dg_geterr(CLIENT *, struct rpc_err *);
80 static bool_t clnt_dg_freeres(CLIENT *, xdrproc_t, void *);
81 static void clnt_dg_abort(CLIENT *);
82 static bool_t clnt_dg_control(CLIENT *, u_int, void *);
83 static void clnt_dg_destroy(CLIENT *);
200 CLIENT *
204 CLIENT *cl = NULL; /* client handle */ in clnt_dg_create()
232 if ((cl = mem_alloc(sizeof (CLIENT))) == NULL) in clnt_dg_create()
297 mem_free(cl, sizeof (CLIENT)); in clnt_dg_create()
[all …]
/freebsd/include/rpc/
H A Dclnt.h115 } CLIENT; typedef
266 extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,
280 extern CLIENT * clnt_create_timed(const char *, const rpcprog_t,
295 extern CLIENT *clnt_create_vers(const char *, const rpcprog_t, rpcvers_t *,
311 extern CLIENT * clnt_create_vers_timed(const char *, const rpcprog_t,
328 extern CLIENT *clnt_tp_create(const char *, const rpcprog_t,
341 extern CLIENT * clnt_tp_create_timed(const char *, const rpcprog_t,
355 extern CLIENT *clnt_tli_create(const int, const struct netconfig *,
371 extern CLIENT *clnt_vc_create(const int, const struct netbuf *,
377 extern CLIENT *clntunix_create(struct sockaddr_un *,
[all …]
H A Dclnt_soc.h66 extern CLIENT *clnttcp_create(struct sockaddr_in *, u_long, u_long, int *,
74 extern CLIENT *clntraw_create(u_long, u_long);
100 extern CLIENT *clntudp_create(struct sockaddr_in *, u_long, u_long,
102 extern CLIENT *clntudp_bufcreate(struct sockaddr_in *, u_long, u_long,
/freebsd/contrib/netbsd-tests/net/if_pppoe/
H A Dt_pppoe.sh35 CLIENT=unix://commsock2
57 atf_check -s exit:0 ${server} $CLIENT
75 export RUMP_SERVER=$CLIENT
91 env RUMP_SERVER=$CLIENT rump.halt
154 export RUMP_SERVER=$CLIENT
170 export RUMP_SERVER=$CLIENT
179 export RUMP_SERVER=$CLIENT
185 export RUMP_SERVER=$CLIENT
197 export RUMP_SERVER=$CLIENT
212 export RUMP_SERVER=$CLIENT
[all …]
/freebsd/usr.sbin/rpc.statd/
H A Dtest.c13 CLIENT *clnt;
29 CLIENT *clnt;
45 CLIENT *clnt;
61 CLIENT *clnt;
77 CLIENT *clnt;
92 CLIENT *cli; in main()
/freebsd/libexec/rbootd/
H A Ddefs.h109 } CLIENT; typedef
143 extern CLIENT *Clients; /* list of addrs we'll accept */
161 CLIENT *FindClient(RMPCONN *);
168 CLIENT *NewClient(u_int8_t *);
173 void ProcessPacket(RMPCONN *, CLIENT *);
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c122 static CLIENT *clnt_com_create(struct sockaddr_in *, u_long, u_long, int *,
132 static CLIENT *clnt_addr_create(char *, struct netconfig *, u_long, u_long);
133 static CLIENT *clnt_rpcbind_create(char *, int, struct netbuf **);
134 static CLIENT *getclnthandle(char *, struct netconfig *, u_long,
136 static CLIENT *local_rpcb(u_long, u_long);
137 static int pstatus(CLIENT *, u_long, u_long);
303 static CLIENT *
308 CLIENT *clnt;
327 static CLIENT *
331 CLIENT *clnt;
[all …]

123456