/netbsd-src/external/bsd/am-utils/dist/amq/ |
H A D | amq.h | 49 extern voidp amqproc_null_1(voidp argp, CLIENT *rqstp); 50 extern amq_mount_tree_p *amqproc_mnttree_1(amq_string *argp, CLIENT *rqstp); 51 extern voidp amqproc_umnt_1(amq_string *argp, CLIENT *rqstp); 52 extern amq_sync_umnt *amqproc_sync_umnt_1(amq_string *argp, CLIENT *rqstp); 53 extern amq_mount_stats *amqproc_stats_1(voidp argp, CLIENT *rqstp); 54 extern amq_mount_tree_list *amqproc_export_1(voidp argp, CLIENT *rqstp); 55 extern int *amqproc_setopt_1(amq_setopt *argp, CLIENT *rqstp); 56 extern amq_mount_info_list *amqproc_getmntfs_1(voidp argp, CLIENT *rqstp); 57 extern amq_map_info_list *amqproc_getmapinfo_1(voidp argp, CLIENT *rqstp); 58 extern int *amqproc_mount_1(voidp argp, CLIENT *rqstp); [all …]
|
H A D | amq_clnt.c | 53 amqproc_null_1(voidp argp, CLIENT *clnt) in amqproc_null_1() 69 amqproc_mnttree_1(amq_string *argp, CLIENT *clnt) in amqproc_mnttree_1() 85 amqproc_umnt_1(amq_string *argp, CLIENT *clnt) in amqproc_umnt_1() 101 amqproc_sync_umnt_1(amq_string *argp, CLIENT *clnt) in amqproc_sync_umnt_1() 118 amqproc_stats_1(voidp argp, CLIENT *clnt) in amqproc_stats_1() 135 amqproc_export_1(voidp argp, CLIENT *clnt) in amqproc_export_1() 151 amqproc_setopt_1(amq_setopt *argp, CLIENT *clnt) in amqproc_setopt_1() 166 amqproc_getmntfs_1(voidp argp, CLIENT *clnt) in amqproc_getmntfs_1() 180 amqproc_getmapinfo_1(voidp argp, CLIENT *clnt) in amqproc_getmapinfo_1() 195 amqproc_mount_1(voidp argp, CLIENT *clnt) in amqproc_mount_1() [all …]
|
/netbsd-src/sys/fs/nfs/nlm/ |
H A D | nlm_prot.h | 285 extern enum clnt_stat nlm_sm_notify_0(struct nlm_sm_status *, void *, CLIENT *, struct rpc_callext… 290 extern enum clnt_stat nlm_test_1(struct nlm_testargs *, nlm_testres *, CLIENT *, struct rpc_callex… 293 extern enum clnt_stat nlm_lock_1(struct nlm_lockargs *, nlm_res *, CLIENT *, struct rpc_callextra … 296 extern enum clnt_stat nlm_cancel_1(struct nlm_cancargs *, nlm_res *, CLIENT *, struct rpc_callextr… 299 extern enum clnt_stat nlm_unlock_1(struct nlm_unlockargs *, nlm_res *, CLIENT *, struct rpc_callex… 302 extern enum clnt_stat nlm_granted_1(struct nlm_testargs *, nlm_res *, CLIENT *, struct rpc_callext… 305 extern enum clnt_stat nlm_test_msg_1(struct nlm_testargs *, void *, CLIENT *, struct rpc_callextra… 308 extern enum clnt_stat nlm_lock_msg_1(struct nlm_lockargs *, void *, CLIENT *, struct rpc_callextra… 311 extern enum clnt_stat nlm_cancel_msg_1(struct nlm_cancargs *, void *, CLIENT *, struct rpc_callext… 314 extern enum clnt_stat nlm_unlock_msg_1(struct nlm_unlockargs *, void *, CLIENT *, struct rpc_calle… [all …]
|
H A D | nlm_prot_clnt.c | 23 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_sm_notify_0() 32 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_test_1() 41 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, s… in nlm_lock_1() 50 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext,… in nlm_cancel_1() 59 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ex… in nlm_unlock_1() 68 nlm_granted_1(struct nlm_testargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_granted_1() 77 nlm_test_msg_1(struct nlm_testargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_test_msg_1() 86 nlm_lock_msg_1(struct nlm_lockargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, … in nlm_lock_msg_1() 95 nlm_cancel_msg_1(struct nlm_cancargs *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext… in nlm_cancel_msg_1() 104 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 D | nlm.h | 104 extern CLIENT *nlm_host_get_rpc(struct nlm_host *host, bool_t isserver); 161 struct svc_req *rqstp, CLIENT **rpcp); 171 struct svc_req *rqstp, bool_t monitor, CLIENT **rpcp); 181 struct svc_req *rqstp, CLIENT **rpcp); 191 struct svc_req *rqstp, CLIENT **rpcp); 201 struct svc_req *rqstp, CLIENT **rpcp);
|
H A D | sm_inter.h | 80 extern struct sm_stat_res * sm_stat_1(struct sm_name *, CLIENT *); 83 extern struct sm_stat_res * sm_mon_1(struct mon *, CLIENT *); 86 extern struct sm_stat * sm_unmon_1(struct mon_id *, CLIENT *); 89 extern struct sm_stat * sm_unmon_all_1(struct my_id *, CLIENT *); 92 extern void * sm_simu_crash_1(void *, CLIENT *); 95 extern void * sm_notify_1(struct stat_chge *, CLIENT *);
|
/netbsd-src/tests/net/if_pppoe/ |
H A D | t_pppoe.sh | 29 CLIENT=unix://pppoe_client 65 rump_server_start $CLIENT netinet6 pppoe 67 test_create_destroy_common $CLIENT pppoe0 true 81 rump_server_add_iface $CLIENT shmif0 $BUS 83 rump_server_add_iface $CLIENT pppoe0 96 export RUMP_SERVER=$CLIENT 117 rump_server_start $CLIENT netinet6 pppoe 125 export RUMP_SERVER=$CLIENT 189 export RUMP_SERVER=$CLIENT 203 export RUMP_SERVER=$CLIENT [all …]
|
H A D | t_pppoe_unnumbered.sh | 29 CLIENT=unix://pppoe_client 57 rump_server_add_iface $CLIENT shmif0 $BUS_G 58 rump_server_add_iface $CLIENT shmif1 $BUS_CLIENT_L 60 rump_server_add_iface $CLIENT pppoe0 74 export RUMP_SERVER=$CLIENT 97 rump_server_start $CLIENT pppoe 105 export RUMP_SERVER=$CLIENT 169 export RUMP_SERVER=$CLIENT 185 export RUMP_SERVER=$CLIENT
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
H A D | 70-test_tls13kexmodes.t | 65 TLSProxy::Message::CLIENT, 68 TLSProxy::Message::CLIENT, 71 TLSProxy::Message::CLIENT, 74 TLSProxy::Message::CLIENT, 77 TLSProxy::Message::CLIENT, 80 TLSProxy::Message::CLIENT, 83 TLSProxy::Message::CLIENT, 86 TLSProxy::Message::CLIENT, 89 TLSProxy::Message::CLIENT, 92 TLSProxy::Message::CLIENT, [all …]
|
H A D | 70-test_tls13messages.t | 65 TLSProxy::Message::CLIENT, 68 TLSProxy::Message::CLIENT, 71 TLSProxy::Message::CLIENT, 74 TLSProxy::Message::CLIENT, 77 TLSProxy::Message::CLIENT, 80 TLSProxy::Message::CLIENT, 83 TLSProxy::Message::CLIENT, 86 TLSProxy::Message::CLIENT, 89 TLSProxy::Message::CLIENT, 92 TLSProxy::Message::CLIENT, [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
H A D | 70-test_tls13kexmodes.t | 67 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 D | 70-test_tls13messages.t | 66 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 …]
|
/netbsd-src/external/bsd/am-utils/dist/libamu/ |
H A D | amu.h | 68 extern voidp amqproc_null_1(voidp argp, CLIENT *rqstp); 69 extern amq_mount_tree_p *amqproc_mnttree_1(amq_string *argp, CLIENT *rqstp); 70 extern voidp amqproc_umnt_1(amq_string *argp, CLIENT *rqstp); 71 extern amq_mount_stats *amqproc_stats_1(voidp argp, CLIENT *rqstp); 72 extern amq_mount_tree_list *amqproc_export_1(voidp argp, CLIENT *rqstp); 73 extern int *amqproc_setopt_1(amq_setopt *argp, CLIENT *rqstp); 74 extern amq_mount_info_list *amqproc_getmntfs_1(voidp argp, CLIENT *rqstp); 75 extern int *amqproc_mount_1(voidp argp, CLIENT *rqstp); 76 extern amq_string *amqproc_getvers_1(voidp argp, CLIENT *rqstp);
|
/netbsd-src/usr.sbin/ypserv/common/ |
H A D | yplib_host.h | 32 int yp_match_host(CLIENT *client, char *indomain, char *inmap, 35 int yp_first_host(CLIENT *client, char *indomain, char *inmap, 38 int yp_next_host(CLIENT *client, char *indomain, char *inmap, 41 int yp_master_host(CLIENT *client, 43 int yp_order_host(CLIENT *client, 45 int yp_all_host(CLIENT *client, const char *indomain, const char *inmap, 47 int yp_maplist_host(CLIENT *client, char *indomain, 49 CLIENT *yp_bind_local(u_int program, u_int version); 50 CLIENT *yp_bind_host(char *server, u_int program, u_int version,
|
H A D | yplib_host.c | 61 CLIENT * 68 static CLIENT *client; in yp_bind_host() 105 CLIENT * 110 static CLIENT *client; in yp_bind_local() 127 yp_match_host(CLIENT *client, char *indomain, char *inmap, const char *inkey, in yp_match_host() 160 yp_first_host(CLIENT *client, char *indomain, char *inmap, char **outkey, in yp_first_host() 194 yp_next_host(CLIENT *client, char *indomain, char *inmap, char *inkey, in yp_next_host() 231 yp_all_host(CLIENT *client, const char *indomain, const char *inmap, in yp_all_host() 250 yp_order_host(CLIENT *client, char *indomain, char *inmap, int *outorder) in yp_order_host() 272 yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname) in yp_master_host() [all …]
|
/netbsd-src/external/bsd/am-utils/dist/conf/nfs_prot/ |
H A D | nfs_prot_sunos5_6.h | 175 extern nfsattrstat *nfsproc_getattr_2(nfs_fh *, CLIENT *); 177 extern nfsattrstat *nfsproc_setattr_2(nfssattrargs *, CLIENT *); 179 extern nfsattrstat *nfsproc_write_2(nfswriteargs *, CLIENT *); 181 extern nfsdiropres *nfsproc_create_2(nfscreateargs *, CLIENT *); 183 extern nfsdiropres *nfsproc_lookup_2(nfsdiropargs *, CLIENT *); 185 extern nfsdiropres *nfsproc_mkdir_2(nfscreateargs *, CLIENT *); 187 extern nfsstat *nfsproc_link_2(nfslinkargs *, CLIENT *); 189 extern nfsstat *nfsproc_remove_2(nfsdiropargs *, CLIENT *); 191 extern nfsstat *nfsproc_rename_2(nfsrenameargs *, CLIENT *); 193 extern nfsstat *nfsproc_rmdir_2(nfsdiropargs *, CLIENT *); [all …]
|
H A D | nfs_prot_sunos5_8.h | 173 extern nfsattrstat *nfsproc_getattr_2(nfs_fh *, CLIENT *); 175 extern nfsattrstat *nfsproc_setattr_2(nfssattrargs *, CLIENT *); 177 extern nfsattrstat *nfsproc_write_2(nfswriteargs *, CLIENT *); 179 extern nfsdiropres *nfsproc_create_2(nfscreateargs *, CLIENT *); 181 extern nfsdiropres *nfsproc_lookup_2(nfsdiropargs *, CLIENT *); 183 extern nfsdiropres *nfsproc_mkdir_2(nfscreateargs *, CLIENT *); 185 extern nfsstat *nfsproc_link_2(nfslinkargs *, CLIENT *); 187 extern nfsstat *nfsproc_remove_2(nfsdiropargs *, CLIENT *); 189 extern nfsstat *nfsproc_rename_2(nfsrenameargs *, CLIENT *); 191 extern nfsstat *nfsproc_rmdir_2(nfsdiropargs *, CLIENT *); [all …]
|
H A D | nfs_prot_sunos5_5.h | 170 extern nfsattrstat *nfsproc_getattr_2(nfs_fh *, CLIENT *); 172 extern nfsattrstat *nfsproc_setattr_2(nfssattrargs *, CLIENT *); 174 extern nfsattrstat *nfsproc_write_2(nfswriteargs *, CLIENT *); 176 extern nfsdiropres *nfsproc_create_2(nfscreateargs *, CLIENT *); 178 extern nfsdiropres *nfsproc_lookup_2(nfsdiropargs *, CLIENT *); 180 extern nfsdiropres *nfsproc_mkdir_2(nfscreateargs *, CLIENT *); 182 extern nfsstat *nfsproc_link_2(nfslinkargs *, CLIENT *); 184 extern nfsstat *nfsproc_remove_2(nfsdiropargs *, CLIENT *); 186 extern nfsstat *nfsproc_rename_2(nfsrenameargs *, CLIENT *); 188 extern nfsstat *nfsproc_rmdir_2(nfsdiropargs *, CLIENT *); [all …]
|
H A D | nfs_prot_sunos5_7.h | 180 extern nfsattrstat *nfsproc_getattr_2(nfs_fh *, CLIENT *); 182 extern nfsattrstat *nfsproc_setattr_2(nfssattrargs *, CLIENT *); 184 extern nfsattrstat *nfsproc_write_2(nfswriteargs *, CLIENT *); 186 extern nfsdiropres *nfsproc_create_2(nfscreateargs *, CLIENT *); 188 extern nfsdiropres *nfsproc_lookup_2(nfsdiropargs *, CLIENT *); 190 extern nfsdiropres *nfsproc_mkdir_2(nfscreateargs *, CLIENT *); 192 extern nfsstat *nfsproc_link_2(nfslinkargs *, CLIENT *); 194 extern nfsstat *nfsproc_remove_2(nfsdiropargs *, CLIENT *); 196 extern nfsstat *nfsproc_rename_2(nfsrenameargs *, CLIENT *); 198 extern nfsstat *nfsproc_rmdir_2(nfsdiropargs *, CLIENT *); [all …]
|
H A D | nfs_prot_svr4.h | 190 extern nfsattrstat *nfsproc_getattr_2(nfs_fh *, CLIENT *); 192 extern nfsattrstat *nfsproc_setattr_2(nfssattrargs *, CLIENT *); 194 extern nfsattrstat *nfsproc_write_2(nfswriteargs *, CLIENT *); 196 extern nfsdiropres *nfsproc_create_2(nfscreateargs *, CLIENT *); 198 extern nfsdiropres *nfsproc_lookup_2(nfsdiropargs *, CLIENT *); 200 extern nfsdiropres *nfsproc_mkdir_2(nfscreateargs *, CLIENT *); 202 extern nfsstat *nfsproc_link_2(nfslinkargs *, CLIENT *); 204 extern nfsstat *nfsproc_remove_2(nfsdiropargs *, CLIENT *); 206 extern nfsstat *nfsproc_rename_2(nfsrenameargs *, CLIENT *); 208 extern nfsstat *nfsproc_rmdir_2(nfsdiropargs *, CLIENT *); [all …]
|
H A D | nfs_prot_ncr2.h | 195 extern nfsattrstat *nfsproc_getattr_2(nfs_fh *, CLIENT *); 197 extern nfsattrstat *nfsproc_setattr_2(nfssattrargs *, CLIENT *); 199 extern nfsattrstat *nfsproc_write_2(nfswriteargs *, CLIENT *); 201 extern nfsdiropres *nfsproc_create_2(nfscreateargs *, CLIENT *); 203 extern nfsdiropres *nfsproc_lookup_2(nfsdiropargs *, CLIENT *); 205 extern nfsdiropres *nfsproc_mkdir_2(nfscreateargs *, CLIENT *); 207 extern nfsstat *nfsproc_link_2(nfslinkargs *, CLIENT *); 209 extern nfsstat *nfsproc_remove_2(nfsdiropargs *, CLIENT *); 211 extern nfsstat *nfsproc_rename_2(nfsrenameargs *, CLIENT *); 213 extern nfsstat *nfsproc_rmdir_2(nfsdiropargs *, CLIENT *); [all …]
|
/netbsd-src/usr.sbin/rpc.lockd/ |
H A D | test.c | 23 nlm_test_1(struct nlm_testargs *argp, CLIENT *clnt) in nlm_test_1() 38 nlm_lock_1(struct nlm_lockargs *argp, CLIENT *clnt) in nlm_lock_1() 56 nlm_cancel_1(struct nlm_cancargs *argp, CLIENT *clnt) in nlm_cancel_1() 72 nlm_unlock_1(struct nlm_unlockargs *argp, CLIENT *clnt) in nlm_unlock_1() 88 nlm_granted_1(struct nlm_testargs *argp, CLIENT *clnt) in nlm_granted_1() 104 nlm_test_msg_1(struct nlm_testargs *argp, CLIENT *clnt) in nlm_test_msg_1() 120 nlm_lock_msg_1(struct nlm_lockargs *argp, CLIENT *clnt) in nlm_lock_msg_1() 137 nlm_cancel_msg_1(struct nlm_cancargs *argp, CLIENT *clnt) in nlm_cancel_msg_1() 153 nlm_unlock_msg_1(struct nlm_unlockargs *argp, CLIENT *clnt) in nlm_unlock_msg_1() 169 nlm_granted_msg_1(struct nlm_testargs *argp, CLIENT *clnt) in nlm_granted_msg_1() [all …]
|
/netbsd-src/lib/libc/rpc/ |
H A D | clnt_raw.c | 78 CLIENT client_object; 88 static enum clnt_stat clnt_raw_call(CLIENT *, rpcproc_t, xdrproc_t, 90 static void clnt_raw_geterr(CLIENT *, struct rpc_err *); 91 static bool_t clnt_raw_freeres(CLIENT *, xdrproc_t, caddr_t); 92 static void clnt_raw_abort(CLIENT *); 93 static bool_t clnt_raw_control(CLIENT *, u_int, char *); 94 static void clnt_raw_destroy(CLIENT *); 100 CLIENT * 106 CLIENT *client; in clnt_raw_create() 161 clnt_raw_call(CLIENT *h, rpcproc_t proc, xdrproc_t xargs, const char *argsp, in clnt_raw_call() [all …]
|
/netbsd-src/include/rpc/ |
H A D | clnt.h | 165 } CLIENT; typedef 322 extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t, 336 extern CLIENT *clnt_create_vers(const char *, const rpcprog_t, rpcvers_t *, 353 extern CLIENT *clnt_tp_create(const char *, const rpcprog_t, 366 extern CLIENT *clnt_tli_create(const int, const struct netconfig *, 383 extern CLIENT *clnt_vc_create(const int, const struct netbuf *, 398 extern CLIENT *clnt_dg_create(const int, const struct netbuf *, 417 extern CLIENT *clnt_raw_create (rpcprog_t, rpcvers_t); 442 extern void clnt_perror (CLIENT *, const char *); /* stderr */ 443 extern char *clnt_sperror (CLIENT *, const char *); /* string */
|
/netbsd-src/usr.sbin/ypserv/ypxfr/ |
H A D | ypxfr.c | 65 int get_remote_ordernum(CLIENT *, char *, char *, u_int, u_int *); 66 void get_map(CLIENT *, char *, char *, struct ypall_callback *); 71 int add_master(CLIENT *, char *, char *, DBM *); 72 int add_interdomain(CLIENT *, char *, char *, DBM *); 73 int add_secure(CLIENT *, char *, char *, DBM *); 74 int send_clear(CLIENT *); 75 int send_reply(CLIENT *, int, int); 92 CLIENT *client; in main() 381 get_remote_ordernum(CLIENT *client, char *domain, char *map, in get_remote_ordernum() 401 get_map(CLIENT *client, char *domain, char *map, in get_map() [all …]
|