Home
last modified time | relevance | path

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

123456

/NextBSD/sys/nlm/
HDnlm_prot.h283 extern enum clnt_stat nlm_sm_notify_0(struct nlm_sm_status *, void *, CLIENT *, struct rpc_callext…
288 extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callex…
291 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra …
294 extern enum clnt_stat nlm_cancel_1(struct nlm_cancargs *, nlm_res *, CLIENT *, struct rpc_callextr…
297 extern enum clnt_stat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callex…
300 extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callext…
303 extern enum clnt_stat nlm_test_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra…
306 extern enum clnt_stat nlm_lock_msg_1(struct nlm_lockargs *, void *, CLIENT *, struct rpc_callextra…
309 extern enum clnt_stat nlm_cancel_msg_1(struct nlm_cancargs *, void *, CLIENT *, struct rpc_callext…
312 extern enum clnt_stat nlm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_calle…
[all …]
HDnlm_prot_clnt.c21 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0()
30 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1()
39 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1()
48 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext,… in nlm_cancel_1()
57 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1()
66 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_granted_1()
75 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_test_msg_1()
84 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_lock_msg_1()
93 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_cancel_msg_1()
102 nlm_unlock_msg_1(struct nlm_unlockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *e… in nlm_unlock_msg_1()
[all …]
HDnlm.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);
HDsm_inter.h78 extern struct sm_stat_res * sm_stat_1(struct sm_name *, CLIENT *);
81 extern struct sm_stat_res * sm_mon_1(struct mon *, CLIENT *);
84 extern struct sm_stat * sm_unmon_1(struct mon_id *, CLIENT *);
87 extern struct sm_stat * sm_unmon_all_1(struct my_id *, CLIENT *);
90 extern void * sm_simu_crash_1(void *, CLIENT *);
93 extern void * sm_notify_1(struct stat_chge *, CLIENT *);
/NextBSD/contrib/amd/amq/
HDamq.h51 extern voidp amqproc_null_1(voidp argp, CLIENT *rqstp);
52 extern amq_mount_tree_p *amqproc_mnttree_1(amq_string *argp, CLIENT *rqstp);
53 extern voidp amqproc_umnt_1(amq_string *argp, CLIENT *rqstp);
54 extern amq_mount_stats *amqproc_stats_1(voidp argp, CLIENT *rqstp);
55 extern amq_mount_tree_list *amqproc_export_1(voidp argp, CLIENT *rqstp);
56 extern int *amqproc_setopt_1(amq_setopt *argp, CLIENT *rqstp);
57 extern amq_mount_info_list *amqproc_getmntfs_1(voidp argp, CLIENT *rqstp);
58 extern int *amqproc_mount_1(voidp argp, CLIENT *rqstp);
59 extern amq_string *amqproc_getvers_1(voidp argp, CLIENT *rqstp);
60 extern int *amqproc_getpid_1(voidp argp, CLIENT *rqstp);
[all …]
HDamq_clnt.c55 amqproc_null_1(voidp argp, CLIENT *clnt) in amqproc_null_1()
71 amqproc_mnttree_1(amq_string *argp, CLIENT *clnt) in amqproc_mnttree_1()
87 amqproc_umnt_1(amq_string *argp, CLIENT *clnt) in amqproc_umnt_1()
103 amqproc_stats_1(voidp argp, CLIENT *clnt) in amqproc_stats_1()
120 amqproc_export_1(voidp argp, CLIENT *clnt) in amqproc_export_1()
136 amqproc_setopt_1(amq_setopt *argp, CLIENT *clnt) in amqproc_setopt_1()
151 amqproc_getmntfs_1(voidp argp, CLIENT *clnt) in amqproc_getmntfs_1()
166 amqproc_mount_1(voidp argp, CLIENT *clnt) in amqproc_mount_1()
181 amqproc_getvers_1(voidp argp, CLIENT *clnt) in amqproc_getvers_1()
196 amqproc_getpid_1(voidp argp, CLIENT *clnt) in amqproc_getpid_1()
[all …]
/NextBSD/contrib/amd/libamu/
HDamu.h67 extern voidp amqproc_null_1(voidp argp, CLIENT *rqstp);
68 extern amq_mount_tree_p *amqproc_mnttree_1(amq_string *argp, CLIENT *rqstp);
69 extern voidp amqproc_umnt_1(amq_string *argp, CLIENT *rqstp);
70 extern amq_mount_stats *amqproc_stats_1(voidp argp, CLIENT *rqstp);
71 extern amq_mount_tree_list *amqproc_export_1(voidp argp, CLIENT *rqstp);
72 extern int *amqproc_setopt_1(amq_setopt *argp, CLIENT *rqstp);
73 extern amq_mount_info_list *amqproc_getmntfs_1(voidp argp, CLIENT *rqstp);
74 extern int *amqproc_mount_1(voidp argp, CLIENT *rqstp);
75 extern amq_string *amqproc_getvers_1(voidp argp, CLIENT *rqstp);
/NextBSD/usr.sbin/ypserv/common/
HDyplib_host.h34 int yp_match_host(CLIENT *client, char *indomain, char *inmap,
36 int yp_first_host(CLIENT *client, char *indomain, char *inmap,
38 int yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey,
41 int yp_master_host(CLIENT *client, char *indomain, char *inmap,
43 int yp_order_host(CLIENT *client, char *indomain, char *inmap,
45 int yp_all_host(CLIENT *client, char *indomain, char *inmap,
47 int yp_maplist_host(CLIENT *client, char *indomain,
49 CLIENT *yp_bind_local(u_long program, u_long version);
50 CLIENT *yp_bind_host(char *server, u_long program, u_long version,
HDyplib_host.c64 CLIENT *
69 static CLIENT *client; in yp_bind_host()
113 CLIENT *
117 static CLIENT *client; in yp_bind_local()
139 yp_match_host(CLIENT *client, char *indomain, char *inmap, const char *inkey, in yp_match_host()
177 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, in yp_first_host()
216 yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey, in yp_next_host()
257 yp_all_host(CLIENT *client, char *indomain, char *inmap, in yp_all_host()
282 yp_order_host(CLIENT *client, char *indomain, char *inmap, u_int32_t *outorder) in yp_order_host()
309 yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname) in yp_master_host()
[all …]
/NextBSD/sys/rpc/
HDrpcb_prot.h497 extern bool_t * rpcbproc_set_3(RPCB *, CLIENT *);
500 extern bool_t * rpcbproc_unset_3(RPCB *, CLIENT *);
503 extern char ** rpcbproc_getaddr_3(RPCB *, CLIENT *);
506 extern rpcblist_ptr * rpcbproc_dump_3(void *, CLIENT *);
509 extern rpcb_rmtcallres * rpcbproc_callit_3(rpcb_rmtcallargs *, CLIENT *);
512 extern u_int * rpcbproc_gettime_3(void *, CLIENT *);
515 extern struct netbuf * rpcbproc_uaddr2taddr_3(char **, CLIENT *);
518 extern char ** rpcbproc_taddr2uaddr_3(struct netbuf *, CLIENT *);
524 extern bool_t * rpcbproc_set_4(RPCB *, CLIENT *);
526 extern bool_t * rpcbproc_unset_4(RPCB *, CLIENT *);
[all …]
HDclnt.h179 } CLIENT; typedef
217 enum clnt_stat clnt_call_private(CLIENT *, struct rpc_callextra *, rpcproc_t,
408 extern CLIENT *clnt_dg_create(struct socket *so,
421 extern CLIENT *clnt_vc_create(struct socket *so,
433 extern CLIENT *clnt_reconnect_create(struct netconfig *nconf,
439 extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,
453 extern CLIENT * clnt_create_timed(const char *, const rpcprog_t,
468 extern CLIENT *clnt_create_vers(const char *, const rpcprog_t, rpcvers_t *,
484 extern CLIENT * clnt_create_vers_timed(const char *, const rpcprog_t,
501 extern CLIENT *clnt_tp_create(const char *, const rpcprog_t,
[all …]
HDclnt_rc.c50 static enum clnt_stat clnt_reconnect_call(CLIENT *, struct rpc_callextra *,
52 static void clnt_reconnect_geterr(CLIENT *, struct rpc_err *);
53 static bool_t clnt_reconnect_freeres(CLIENT *, xdrproc_t, void *);
54 static void clnt_reconnect_abort(CLIENT *);
55 static bool_t clnt_reconnect_control(CLIENT *, u_int, void *);
56 static void clnt_reconnect_close(CLIENT *);
57 static void clnt_reconnect_destroy(CLIENT *);
71 CLIENT *
80 CLIENT *cl = NULL; /* client handle */ in clnt_reconnect_create()
88 cl = mem_alloc(sizeof (CLIENT)); in clnt_reconnect_create()
[all …]
HDclnt_bck.c93 static void clnt_bck_geterr(CLIENT *, struct rpc_err *);
94 static bool_t clnt_bck_freeres(CLIENT *, xdrproc_t, void *);
95 static void clnt_bck_abort(CLIENT *);
96 static bool_t clnt_bck_control(CLIENT *, u_int, void *);
97 static void clnt_bck_close(CLIENT *);
98 static void clnt_bck_destroy(CLIENT *);
122 CLIENT *cl; /* client handle */ in clnt_bck_create()
132 cl = (CLIENT *)mem_alloc(sizeof (*cl)); in clnt_bck_create()
184 mem_free(cl, sizeof (CLIENT)); in clnt_bck_create()
191 CLIENT *cl, /* client handle */ in clnt_bck_call()
[all …]
HDclnt_vc.c87 static enum clnt_stat clnt_vc_call(CLIENT *, struct rpc_callextra *,
89 static void clnt_vc_geterr(CLIENT *, struct rpc_err *);
90 static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
91 static void clnt_vc_abort(CLIENT *);
92 static bool_t clnt_vc_control(CLIENT *, u_int, void *);
93 static void clnt_vc_close(CLIENT *);
94 static void clnt_vc_destroy(CLIENT *);
121 CLIENT *
131 CLIENT *cl; /* client handle */ in clnt_vc_create()
144 cl = (CLIENT *)mem_alloc(sizeof (*cl)); in clnt_vc_create()
[all …]
/NextBSD/usr.sbin/rpc.lockd/
HDtest.c22 CLIENT *clnt;
37 CLIENT *clnt;
55 CLIENT *clnt;
70 CLIENT *clnt;
85 CLIENT *clnt;
100 CLIENT *clnt;
115 CLIENT *clnt;
131 CLIENT *clnt;
146 CLIENT *clnt;
161 CLIENT *clnt;
[all …]
/NextBSD/lib/libc/rpc/
HDclnt_raw.c67 CLIENT client_object;
77 static enum clnt_stat clnt_raw_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
79 static void clnt_raw_geterr(CLIENT *, struct rpc_err *);
80 static bool_t clnt_raw_freeres(CLIENT *, xdrproc_t, void *);
81 static void clnt_raw_abort(CLIENT *);
82 static bool_t clnt_raw_control(CLIENT *, u_int, void *);
83 static void clnt_raw_destroy(CLIENT *);
89 CLIENT *
95 CLIENT *client; in clnt_raw_create()
143 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, void *argsp, in clnt_raw_call()
[all …]
HDkey_call.c261 CLIENT *client; /* Client handle */
292 static CLIENT *
312 return ((CLIENT *) NULL); in getkeyserv_handle()
318 return ((CLIENT *) NULL); in getkeyserv_handle()
343 return ((CLIENT *) NULL); in getkeyserv_handle()
351 return ((CLIENT *) NULL); in getkeyserv_handle()
367 return ((CLIENT *) NULL); in getkeyserv_handle()
385 if ((kcp->client == (CLIENT *) NULL) && (tpconf)) in getkeyserv_handle()
391 if (kcp->client == (CLIENT *) NULL) { in getkeyserv_handle()
392 return ((CLIENT *) NULL); in getkeyserv_handle()
[all …]
HDclnt_generic.c80 CLIENT *
95 CLIENT *
100 CLIENT *clnt; in clnt_create_vers_timed()
163 CLIENT *
179 CLIENT *
184 CLIENT *clnt = NULL; in clnt_create_timed()
265 CLIENT *
279 CLIENT *
284 CLIENT *cl = NULL; /* client handle */ in clnt_tp_create_timed()
331 CLIENT *
[all …]
HDclnt_vc.c91 static enum clnt_stat clnt_vc_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
93 static void clnt_vc_geterr(CLIENT *, struct rpc_err *);
94 static bool_t clnt_vc_freeres(CLIENT *, xdrproc_t, void *);
95 static void clnt_vc_abort(CLIENT *);
96 static bool_t clnt_vc_control(CLIENT *, u_int, void *);
97 static void clnt_vc_destroy(CLIENT *);
164 CLIENT *
168 CLIENT *cl; /* client handle */ in clnt_vc_create()
182 cl = (CLIENT *)mem_alloc(sizeof (*cl)); in clnt_vc_create()
184 if ((cl == (CLIENT *)NULL) || (ct == (struct ct_data *)NULL)) { in clnt_vc_create()
[all …]
HDclnt_dg.c78 static enum clnt_stat clnt_dg_call(CLIENT *, rpcproc_t, xdrproc_t, void *,
80 static void clnt_dg_geterr(CLIENT *, struct rpc_err *);
81 static bool_t clnt_dg_freeres(CLIENT *, xdrproc_t, void *);
82 static void clnt_dg_abort(CLIENT *);
83 static bool_t clnt_dg_control(CLIENT *, u_int, void *);
84 static void clnt_dg_destroy(CLIENT *);
164 CLIENT *
168 CLIENT *cl = NULL; /* client handle */ in clnt_dg_create()
234 if ((cl = mem_alloc(sizeof (CLIENT))) == NULL) in clnt_dg_create()
299 mem_free(cl, sizeof (CLIENT)); in clnt_dg_create()
[all …]
/NextBSD/include/rpc/
HDclnt.h117 } CLIENT; typedef
268 extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,
282 extern CLIENT * clnt_create_timed(const char *, const rpcprog_t,
297 extern CLIENT *clnt_create_vers(const char *, const rpcprog_t, rpcvers_t *,
313 extern CLIENT * clnt_create_vers_timed(const char *, const rpcprog_t,
330 extern CLIENT *clnt_tp_create(const char *, const rpcprog_t,
343 extern CLIENT * clnt_tp_create_timed(const char *, const rpcprog_t,
357 extern CLIENT *clnt_tli_create(const int, const struct netconfig *,
373 extern CLIENT *clnt_vc_create(const int, const struct netbuf *,
379 extern CLIENT *clntunix_create(struct sockaddr_un *,
[all …]
HDclnt_soc.h65 extern CLIENT *clnttcp_create(struct sockaddr_in *, u_long, u_long, int *,
73 extern CLIENT *clntraw_create(u_long, u_long);
99 extern CLIENT *clntudp_create(struct sockaddr_in *, u_long, u_long,
101 extern CLIENT *clntudp_bufcreate(struct sockaddr_in *, u_long, u_long,
/NextBSD/usr.sbin/rpc.statd/
HDtest.c18 CLIENT *clnt;
33 CLIENT *clnt;
48 CLIENT *clnt;
63 CLIENT *clnt;
78 CLIENT *clnt;
92 CLIENT *cli; in main()
/NextBSD/libexec/rbootd/
HDdefs.h111 } CLIENT; typedef
145 extern CLIENT *Clients; /* list of addrs we'll accept */
163 CLIENT *FindClient(RMPCONN *);
170 CLIENT *NewClient(u_int8_t *);
175 void ProcessPacket(RMPCONN *, CLIENT *);
/NextBSD/usr.bin/rpcinfo/
HDrpcinfo.c132 static CLIENT *clnt_com_create(struct sockaddr_in *, u_long, u_long, int *,
142 static CLIENT *clnt_addr_create(char *, struct netconfig *, u_long, u_long);
143 static CLIENT *clnt_rpcbind_create(char *, int, struct netbuf **);
144 static CLIENT *getclnthandle(char *, struct netconfig *, u_long,
146 static CLIENT *local_rpcb(u_long, u_long);
147 static int pstatus(CLIENT *, u_long, u_long);
313 static CLIENT *
318 CLIENT *clnt;
337 static CLIENT *
341 CLIENT *clnt;
[all …]

123456