| /openbsd-src/usr.sbin/tftpd/ |
| H A D | tftpd.c | 186 void tftp_wrq_ack(struct tftp_client *client); 196 void client_free(struct tftp_client *client); 479 rewrite_map(struct tftp_client *client, const char *filename) in rewrite_map() argument 486 if (evbuffer_add_printf(rwmap->wrbuf, "%s %s %s\n", getip(&client->ss), in rewrite_map() 487 client->opcode == WRQ ? "write" : "read", nicebuf) == -1) in rewrite_map() 492 TAILQ_INSERT_TAIL(&rwmap->clients, client, entry); in rewrite_map() 518 struct tftp_client *client; in rewrite_res() local 538 client = TAILQ_FIRST(&rwmap->clients); in rewrite_res() 539 if (client == NULL) in rewrite_res() 542 TAILQ_REMOVE(&rwmap->clients, client, entr in rewrite_res() 635 struct tftp_client *client; client_alloc() local 655 client_free(struct tftp_client * client) client_free() argument 685 struct tftp_client *client; tftpd_recv() local 784 parse_options(struct tftp_client * client,char * cp,size_t size,struct opt_client * options) parse_options() argument 826 tftp(struct tftp_client * client,struct tftphdr * tp,size_t size) tftp() argument 934 tftp_open(struct tftp_client * client,const char * filename) tftp_open() argument 970 validate_access(struct tftp_client * client,const char * requested) validate_access() argument 1082 fget_octet(struct tftp_client * client) fget_octet() argument 1088 fput_octet(struct tftp_client * client,int c) fput_octet() argument 1094 fget_netascii(struct tftp_client * client) fget_netascii() argument 1123 fput_netascii(struct tftp_client * client,int c) fput_netascii() argument 1140 sendfile(struct tftp_client * client) sendfile() argument 1149 file_read(struct tftp_client * client) file_read() argument 1181 tftp_send(struct tftp_client * client) tftp_send() argument 1195 struct tftp_client *client = arg; tftp_rrq_ack() local 1262 tftp_flush(struct tftp_client * client) tftp_flush() argument 1285 recvfile(struct tftp_client * client) recvfile() argument 1292 tftp_wrq_ack_packet(struct tftp_client * client) tftp_wrq_ack_packet() argument 1307 tftp_wrq_ack(struct tftp_client * client) tftp_wrq_ack() argument 1323 struct tftp_client *client = arg; tftp_wrq() local 1409 struct tftp_client *client = arg; tftp_wrq_end() local 1469 nak(struct tftp_client * client,int error) nak() argument 1509 oack(struct tftp_client * client) oack() argument 1565 retry(struct tftp_client * client) retry() argument 1580 struct tftp_client *client = arg; oack_done() local [all...] |
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_client.c | 35 static int drm_client_open(struct drm_client_dev *client) in drm_client_open() argument 37 struct drm_device *dev = client->dev; in drm_client_open() 48 client->file = file; in drm_client_open() 53 static void drm_client_close(struct drm_client_dev *client) in drm_client_close() argument 55 struct drm_device *dev = client->dev; in drm_client_close() 58 list_del(&client->file->lhead); in drm_client_close() 61 drm_file_free(client->file); in drm_client_close() 79 int drm_client_init(struct drm_device *dev, struct drm_client_dev *client, in drm_client_init() argument 90 client->dev = dev; in drm_client_init() 91 client->name = name; in drm_client_init() [all …]
|
| H A D | drm_client_modeset.c | 35 int drm_client_modeset_create(struct drm_client_dev *client) in drm_client_modeset_create() argument 37 struct drm_device *dev = client->dev; in drm_client_modeset_create() 45 client->modesets = kcalloc(num_crtc + 1, sizeof(*client->modesets), GFP_KERNEL); in drm_client_modeset_create() 46 if (!client->modesets) in drm_client_modeset_create() 49 rw_init(&client->modeset_mutex, "clmdset"); in drm_client_modeset_create() 52 client->modesets[i++].crtc = crtc; in drm_client_modeset_create() 58 for (modeset = client->modesets; modeset->crtc; modeset++) { in drm_client_modeset_create() 68 drm_client_modeset_free(client); in drm_client_modeset_create() 73 static void drm_client_modeset_release(struct drm_client_dev *client) in drm_client_modeset_release() argument 91 drm_client_modeset_free(struct drm_client_dev * client) drm_client_modeset_free() argument 109 drm_client_find_modeset(struct drm_client_dev * client,struct drm_crtc * crtc) drm_client_find_modeset() argument 491 drm_client_pick_crtcs(struct drm_client_dev * client,struct drm_connector ** connectors,unsigned int connector_count,struct drm_crtc ** best_crtcs,struct drm_display_mode ** modes,int n,int width,int height) drm_client_pick_crtcs() argument 566 drm_client_firmware_config(struct drm_client_dev * client,struct drm_connector ** connectors,unsigned int connector_count,struct drm_crtc ** crtcs,struct drm_display_mode ** modes,struct drm_client_offset * offsets,bool * enabled,int width,int height) drm_client_firmware_config() argument 772 drm_client_modeset_probe(struct drm_client_dev * client,unsigned int width,unsigned int height) drm_client_modeset_probe() argument 992 drm_client_modeset_commit_atomic(struct drm_client_dev * client,bool active,bool check) drm_client_modeset_commit_atomic() argument 1082 drm_client_modeset_commit_legacy(struct drm_client_dev * client) drm_client_modeset_commit_legacy() argument 1132 drm_client_modeset_check(struct drm_client_dev * client) drm_client_modeset_check() argument 1158 drm_client_modeset_commit_locked(struct drm_client_dev * client) drm_client_modeset_commit_locked() argument 1183 drm_client_modeset_commit(struct drm_client_dev * client) drm_client_modeset_commit() argument 1199 drm_client_modeset_dpms_legacy(struct drm_client_dev * client,int dpms_mode) drm_client_modeset_dpms_legacy() argument 1233 drm_client_modeset_dpms(struct drm_client_dev * client,int mode) drm_client_modeset_dpms() argument [all...] |
| H A D | drm_encoder_slave.c | 59 struct i2c_client *client; in drm_i2c_encoder_init() local 65 client = i2c_new_client_device(adap, info); in drm_i2c_encoder_init() 66 if (!i2c_client_has_driver(client)) { in drm_i2c_encoder_init() 71 module = client->dev.driver->owner; in drm_i2c_encoder_init() 77 encoder->bus_priv = client; in drm_i2c_encoder_init() 79 encoder_drv = to_drm_i2c_encoder_driver(to_i2c_driver(client->dev.driver)); in drm_i2c_encoder_init() 81 err = encoder_drv->encoder_init(client, dev, encoder); in drm_i2c_encoder_init() 94 i2c_unregister_device(client); in drm_i2c_encoder_init() 109 struct i2c_client *client = drm_i2c_encoder_get_client(drm_encoder); in drm_i2c_encoder_destroy() local 110 struct module *module = client->dev.driver->owner; in drm_i2c_encoder_destroy() [all …]
|
| /openbsd-src/regress/usr.bin/nc/ |
| H A D | Makefile | 17 PROGS = client-tcp server-tcp 18 SRCS_client-tcp = client-tcp.c util.c 24 CLEANFILES = ${NC:T} {client,server}.{out,err,port,sock} ktrace.out 41 CLIENT_NC = rm -f client.err; echo command | ${NC} 43 CLIENT_BG = 2>&1 >client.out | tee client.err & 45 CLIENT_LOG = >client.out 2>client.err 63 until grep -q 'Bound on ' client.err; \ 68 until grep -q 'Connection to .* succeeded' client.err; \ 73 until grep -q 'Cert Hash:' client.err; \ 78 until grep -q 'greeting' client.out && grep -q 'command' server.out; \ [all …]
|
| /openbsd-src/regress/lib/libtls/tls/ |
| H A D | tlstest.c | 100 return circular_read("client", client_buffer, sizeof(client_buffer), in client_read() 121 return circular_write("client", client_buffer, sizeof(client_buffer), in server_write() 154 do_client_server_handshake(char *desc, struct tls *client, in do_client_server_handshake() argument 162 client_done = do_tls_handshake("client", client); in do_client_server_handshake() 176 do_client_server_close(char *desc, struct tls *client, struct tls *server_cctx) in do_client_server_close() argument 183 client_done = do_tls_close("client", client); in do_client_server_close() 197 do_client_server_test(char *desc, struct tls *client, struct tls *server_cctx) in do_client_server_test() argument 199 if (do_client_server_handshake(desc, client, server_cct in do_client_server_test() 215 test_tls_cbs(struct tls * client,struct tls * server) test_tls_cbs() argument 238 test_tls_fds(struct tls * client,struct tls * server) test_tls_fds() argument 268 test_tls_socket(struct tls * client,struct tls * server) test_tls_socket() argument 298 struct tls *client, *server; test_tls() local 351 struct tls *client, *server; do_tls_tests() local 413 struct tls *client = NULL, *server = NULL, *server_cctx = NULL; do_tls_ordering_tests() local 493 char *client; global() member [all...] |
| /openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
| H A D | kfd_smi_events.c | 67 struct kfd_smi_client *client = filep->private_data; in kfd_smi_ev_poll() local 70 poll_wait(filep, &client->wait_queue, wait); in kfd_smi_ev_poll() 72 spin_lock(&client->lock); in kfd_smi_ev_poll() 73 if (!kfifo_is_empty(&client->fifo)) in kfd_smi_ev_poll() 75 spin_unlock(&client->lock); in kfd_smi_ev_poll() 85 struct kfd_smi_client *client = filep->private_data; in kfd_smi_ev_read() local 96 spin_lock(&client->lock); in kfd_smi_ev_read() 97 to_copy = kfifo_len(&client->fifo); in kfd_smi_ev_read() 99 spin_unlock(&client->lock); in kfd_smi_ev_read() 104 ret = kfifo_out(&client->fifo, buf, to_copy); in kfd_smi_ev_read() [all …]
|
| /openbsd-src/sys/dev/pci/drm/include/drm/ |
| H A D | drm_client.h | 39 void (*unregister)(struct drm_client_dev *client); 55 int (*restore)(struct drm_client_dev *client); 65 int (*hotplug)(struct drm_client_dev *client); 119 int drm_client_init(struct drm_device *dev, struct drm_client_dev *client, 121 void drm_client_release(struct drm_client_dev *client); 122 void drm_client_register(struct drm_client_dev *client); 135 struct drm_client_dev *client; member 159 drm_client_framebuffer_create(struct drm_client_dev *client, u32 width, u32 height, u32 format); 166 int drm_client_modeset_create(struct drm_client_dev *client); 167 void drm_client_modeset_free(struct drm_client_dev *client); [all …]
|
| /openbsd-src/regress/lib/libssl/interop/cipher/ |
| H A D | Makefile | 3 # Connect a client to a server. Both can be current libressl, or 5 # and pin client and server to one of the ciphers. Use server 6 # certificate with compatible type. Check that client and server 20 client-${clib}.ciphers: 22 ../${clib}/client -l ALL -L >$@.tmp 36 ciphers.mk: client-${clib}-server-${slib}.ciphers 37 client-${clib}-server-${slib}.ciphers: \ 38 client-${clib}.ciphers server-${slib}.ciphers client-libressl.ciphers 39 # get ciphers shared between client an [all...] |
| /openbsd-src/regress/lib/libssl/interop/netcat/ |
| H A D | Makefile | 11 # run netcat server and connect with test client 15 REGRESS_TARGETS += run-netcat-client-${clib}-server-nc 16 REGRESS_TARGETS += run-protocol-client-${clib} 18 run-netcat-client-${clib}-server-nc: ../${clib}/client 127.0.0.1.crt 27 ../${clib}/client >${@:S/^run/client/}.out \ 29 # check that the client run successfully to the end 30 grep -q '^success$$' ${@:S/^run/client/}.out 31 # client mus [all...] |
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | i915_drm_client.c | 22 struct i915_drm_client *client; in i915_drm_client_alloc() local 24 client = kzalloc(sizeof(*client), GFP_KERNEL); in i915_drm_client_alloc() 25 if (!client) in i915_drm_client_alloc() 28 kref_init(&client->kref); in i915_drm_client_alloc() 29 mtx_init(&client->ctx_lock, IPL_NONE); in i915_drm_client_alloc() 30 INIT_LIST_HEAD(&client->ctx_list); in i915_drm_client_alloc() 32 return client; in i915_drm_client_alloc() 37 struct i915_drm_client *client = in __i915_drm_client_free() local 38 container_of(kref, typeof(*client), kref); in __i915_drm_client_free() 40 kfree(client); in __i915_drm_client_free() [all …]
|
| /openbsd-src/regress/lib/libssl/interop/version/ |
| H A D | Makefile | 3 # Connect a client to a server. Both can be current libressl, or 4 # openssl 1.1 or openssl 3.0. Pin client or server to a fixed TLS 5 # version number. Incompatible versions must fail. Check that client 39 REGRESS_TARGETS += run-version-client-${clib}-${cver}-server-${slib}-${sver} 42 SLOW_TARGETS += run-version-client-${clib}-${cver}-server-${slib}-${sver} 45 run-version-client-${clib}-${cver}-server-${slib}-${sver} \ 46 client-version-client-${clib}-${cver}-server-${slib}-${sver}.out \ 47 server-version-client-${clib}-${cver}-server-${slib}-${sver}.out: \ 48 127.0.0.1.crt ../${clib}/client [all...] |
| /openbsd-src/regress/sys/nfs/ |
| H A D | Makefile | 30 mkdir -p /mnt/regress-nfs-client 31 mount -t nfs 127.0.0.1:/mnt/regress-nfs-server /mnt/regress-nfs-client 41 umount /mnt/regress-nfs-client 46 -rmdir /mnt/regress-nfs-client 2>/dev/null || true 62 echo -n $@ >/mnt/regress-nfs-client/write 74 rm -f /mnt/regress-nfs-client/socket-${socktype} 75 nc ${nctype} -v -l /mnt/regress-nfs-client/socket-${socktype} & 76 [ -S /mnt/regress-nfs-client/socket-${socktype} ] || sleep 1 77 [ -S /mnt/regress-nfs-client/socket-${socktype} ] 78 nc ${nctype} -z /mnt/regress-nfs-client/socket-${socktype} [all …]
|
| /openbsd-src/usr.bin/rpcinfo/ |
| H A D | rpcinfo.c | 62 int pstatus(CLIENT *client, u_long prognum, u_long vers); 210 CLIENT *client; in udpping() 241 if ((client = clntudp_create(&addr, prognum, (u_long)0, in udpping() 250 rpc_stat = clnt_call(client, NULLPROC, xdr_void, (char *)NULL, in udpping() 253 clnt_geterr(client, &rpcerr); in udpping() 264 if ((client = clntudp_create(&addr, prognum, MAX_VERS, in udpping() 273 rpc_stat = clnt_call(client, NULLPROC, xdr_void, in udpping() 276 clnt_geterr(client, &rpcerr); in udpping() 289 (void) pstatus(client, prognum, MAX_VERS); in udpping() 293 (void) pstatus(client, prognu in udpping() 200 CLIENT *client; udpping() local 336 CLIENT *client; tcpping() local 461 pstatus(CLIENT * client,u_long prognum,u_long vers) pstatus() argument 486 CLIENT *client; pmapdump() local [all...] |
| /openbsd-src/regress/lib/libssl/interop/session/ |
| H A D | Makefile | 11 run-session-client-libressl-server-libressl: 18 REGRESS_TARGETS += run-session-client-${clib}-server-${slib} 20 run-session-client-${clib}-server-${slib}: \ 21 127.0.0.1.crt ../${clib}/client ../${slib}/server 27 ../${clib}/client >${@:S/^run/client/}.out \ 32 grep '^success$$' ${@:S/^run/client/}.out 34 grep '^session 2: new$$' ${@:S/^run/client/}.out 36 grep '^session 1: reuse$$' ${@:S/^run/client/}.out 38 grep '^session 0: reuse$$' ${@:S/^run/client/} [all...] |
| /openbsd-src/usr.sbin/ypserv/common/ |
| H A D | yplib_host.c | 50 static CLIENT *client; in yp_bind_host() local 82 client = clnttcp_create(&rsrv_sin, program, version, in yp_bind_host() 85 client = clntudp_create(&rsrv_sin, program, version, tv, in yp_bind_host() 88 if (client == NULL) { in yp_bind_host() 93 return(client); in yp_bind_host() 100 static CLIENT *client; in yp_bind_local() local 113 client = clntudp_create(&rsrv_sin, program, version, tv, &rsrv_sock); in yp_bind_local() 114 if (client == NULL) { in yp_bind_local() 118 return(client); in yp_bind_local() 122 yp_match_host(CLIENT *client, char *indomain, char *inmap, const char *inkey, in yp_match_host() argument [all …]
|
| /openbsd-src/usr.sbin/ypserv/ypxfr/ |
| H A D | ypxfr.c | 137 get_remote_ordernum(CLIENT *client, char *domain, char *map, in get_remote_ordernum() argument 142 status = yp_order_host(client, domain, map, rordernum); in get_remote_ordernum() 154 get_map(CLIENT *client, char *domain, char *map, in get_map() argument 159 status = yp_all_host(client, domain, map, incallback); in get_map() 209 add_master(CLIENT *client, char *domain, char *map, DBM *db) in add_master() argument 216 status = yp_master_host(client, domain, map, &master); in add_master() 235 add_interdomain(CLIENT *client, char *domain, char *map, DBM *db) in add_interdomain() argument 246 status = yp_match_host(client, domain, map, in add_interdomain() 264 add_secure(CLIENT *client, char *domain, char *map, DBM *db) in add_secure() argument 275 status = yp_match_host(client, domain, map, in add_secure() [all …]
|
| /openbsd-src/regress/usr.bin/ssh/unittests/kex/ |
| H A D | test_kex.c | 53 run_kex(struct ssh *client, struct ssh *server) in run_kex() argument 57 while (!server->kex->done || !client->kex->done) { in run_kex() 60 if ((r = do_send_and_receive(server, client))) in run_kex() 64 if ((r = do_send_and_receive(client, server))) in run_kex() 71 ASSERT_INT_EQ(client->kex->done, 1); in run_kex() 77 struct ssh *client = NULL, *server = NULL, *server2 = NULL; in do_kex_with_key() local 99 ASSERT_INT_EQ(ssh_init(&client, 0, &kex_params), 0); in do_kex_with_key() 101 ASSERT_PTR_NE(client, NULL); in do_kex_with_key() 107 ASSERT_INT_EQ(ssh_add_hostkey(client, public), 0); in do_kex_with_key() 111 run_kex(client, serve in do_kex_with_key() [all...] |
| /openbsd-src/regress/lib/libssl/shutdown/ |
| H A D | shutdowntest.c | 208 do_client_server_loop(SSL *client, ssl_func client_func, SSL *server, in do_client_server_loop() argument 218 if (!client_func(client, "client", &client_done)) in do_client_server_loop() 236 do_shutdown_loop(SSL *client, SSL *server) in do_shutdown_loop() argument 245 if (!do_shutdown(client, "client", &client_done)) in do_shutdown_loop() 248 BIO_set_mem_eof_return(SSL_get_wbio(client), 0); in do_shutdown_loop() 367 SSL *client = NULL, *server = NULL; in shutdown_test() local 385 if ((client = tls_client(server_wbio, client_wbio)) == NULL) in shutdown_test() 387 if (!SSL_set_min_proto_version(client, ssl_version)) in shutdown_test() 389 if (!SSL_set_max_proto_version(client, ssl_version)) in shutdown_test() 399 if (!do_client_server_loop(client, do_connect, server, do_accept)) { in shutdown_test() [all …]
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | control-notify.c | 32 struct client *c; in control_notify_pane_mode_changed() 45 struct client *c; in control_notify_window_layout_changed() 82 struct client *c; in control_notify_window_pane_changed() 96 struct client *c; in control_notify_window_unlinked() 114 struct client *c; in control_notify_window_linked() 132 struct client *c; in control_notify_window_renamed() 151 control_notify_client_session_changed(struct client *cc) in control_notify_client_session_changed() 153 struct client *c; in control_notify_client_session_changed() 175 control_notify_client_detached(struct client *cc) in control_notify_client_detached() 177 struct client *c; in control_notify_client_detached() [all …]
|
| H A D | tmux.h | 42 struct client; 998 struct client *c; 1052 void (*key)(struct window_mode_entry *, struct client *, 1057 void (*command)(struct window_mode_entry *, struct client *, 1472 struct client *client; 1541 void (*mouse_drag_update)(struct client *, 1543 void (*mouse_drag_release)(struct client *, 1552 typedef int (*tty_ctx_set_client_cb)(struct tty_ctx *, struct client *); 1720 struct client * 1379 struct client *client; global() member 1747 struct client { global() struct 1752 windowsclient global() argument 1754 control_stateclient global() argument 1755 pause_ageclient global() argument 1757 pidclient global() argument 1758 fdclient global() argument 1759 out_fdclient global() argument 1760 eventclient global() argument 1761 retvalclient global() argument 1763 creation_timeclient global() argument 1764 activity_timeclient global() argument 1766 environclient global() argument 1767 jobsclient global() argument 1769 titleclient global() argument 1770 pathclient global() argument 1771 cwdclient global() argument 1773 term_nameclient global() argument 1774 term_featuresclient global() argument 1775 term_typeclient global() argument 1776 term_capsclient global() argument 1777 term_ncapsclient global() argument 1779 ttynameclient global() argument 1780 ttyclient global() argument 1782 writtenclient global() argument 1783 discardedclient global() argument 1784 redrawclient global() argument 1786 repeat_timerclient global() argument 1788 click_timerclient global() argument 1789 click_buttonclient global() argument 1790 click_eventclient global() argument 1792 statusclient global() argument 1849 flagsclient global() argument 1851 __anond4e8a3b40503client global() argument 1855 exit_typeclient global() argument 1856 exit_msgtypeclient global() argument 1857 exit_sessionclient global() argument 1858 exit_messageclient global() argument 1860 keytableclient global() argument 1862 redraw_panesclient global() argument 1864 message_ignore_keysclient global() argument 1865 message_ignore_stylesclient global() argument 1866 message_stringclient global() argument 1867 message_timerclient global() argument 1869 prompt_stringclient global() argument 1870 prompt_bufferclient global() argument 1871 prompt_lastclient global() argument 1872 prompt_indexclient global() argument 1873 prompt_inputcbclient global() argument 1874 prompt_freecbclient global() argument 1875 prompt_dataclient global() argument 1876 prompt_hindexclient global() argument 1877 __anond4e8a3b40603client global() argument 1880 prompt_modeclient global() argument 1881 prompt_savedclient global() argument 1909 filesclient global() argument 1914 clipboard_npanesclient global() argument [all...] |
| /openbsd-src/usr.bin/ssh/ |
| H A D | gss-serv-krb5.c | 71 ssh_gssapi_krb5_userok(ssh_gssapi_client *client, char *name) in ssh_gssapi_krb5_userok() argument 80 if ((retval = krb5_parse_name(krb_context, client->exportedname.value, in ssh_gssapi_krb5_userok() 90 name, (char *)client->displayname.value); in ssh_gssapi_krb5_userok() 103 ssh_gssapi_krb5_storecreds(ssh_gssapi_client *client) in ssh_gssapi_krb5_storecreds() argument 111 if (client->creds == NULL) { in ssh_gssapi_krb5_storecreds() 128 client->exportedname.value, &princ))) { in ssh_gssapi_krb5_storecreds() 148 client->creds, ccache))) { in ssh_gssapi_krb5_storecreds() 154 client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache)); in ssh_gssapi_krb5_storecreds() 155 client->store.envvar = "KRB5CCNAME"; in ssh_gssapi_krb5_storecreds() 156 client->store.envval = xstrdup(client->store.filename); in ssh_gssapi_krb5_storecreds()
|
| H A D | PROTOCOL.mux | 14 Most messages from the client to the server contain a "request id" 15 field. This field is returned in replies as "client request id" to 18 Many multiplexing (mux) client requests yield immediate responses from 27 Unix domain control socket. The passenger client then waits until it is 29 the client waits around while the mux server does all the driving. 32 example of passenger mode; the client passes the stdio file descriptors 36 this mode, the mux client/server connection socket will stop speaking 38 messages between the client and server. The client therefore must 42 supporting a proxy client may itself be forwarded or relayed to another 48 ControlMaster from a client ssh(1), the first action of each is send [all …]
|
| /openbsd-src/lib/libc/rpc/ |
| H A D | pmap_clnt.c | 57 CLIENT *client; in pmap_set() local 66 client = clntudp_bufcreate(&myaddress, PMAPPROG, PMAPVERS, in pmap_set() 68 if (client == NULL) in pmap_set() 74 if (CLNT_CALL(client, PMAPPROC_SET, xdr_pmap, &parms, xdr_bool, &rslt, in pmap_set() 80 CLNT_DESTROY(client); in pmap_set() 95 CLIENT *client; in pmap_unset() local 102 client = clntudp_bufcreate(&myaddress, PMAPPROG, PMAPVERS, in pmap_unset() 104 if (client == NULL) in pmap_unset() 109 CLNT_CALL(client, PMAPPROC_UNSET, xdr_pmap, &parms, xdr_bool, &rslt, in pmap_unset() 111 CLNT_DESTROY(client); in pmap_unset()
|
| /openbsd-src/regress/usr.sbin/bgpd/integrationtests/ |
| H A D | ixp.rdomain1.ok | 4 Nexthop 192.0.2.21 (via 192.0.2.21) Neighbor AS2_1 client (192.0.2.21) 10 Nexthop 192.0.2.21 (via 192.0.2.21) Neighbor AS2_1 client (192.0.2.21) 17 Nexthop 192.0.2.21 (via 192.0.2.21) Neighbor AS2_1 client (192.0.2.21) 23 Nexthop 192.0.2.21 (via 192.0.2.21) Neighbor AS2_1 client (192.0.2.21) 30 Nexthop 192.0.2.21 (via 192.0.2.21) Neighbor AS2_1 client (192.0.2.21) 37 Nexthop 192.0.2.77 (via 192.0.2.77) Neighbor AS2_1 client (192.0.2.21) 44 Nexthop 192.0.2.21 (via 192.0.2.21) Neighbor AS2_1 client (192.0.2.21) 52 Nexthop 192.0.2.21 (via 192.0.2.21) Neighbor AS2_1 client (192.0.2.21) 60 Nexthop 192.0.2.21 (via 192.0.2.21) Neighbor AS2_1 client (192.0.2.21) 68 Nexthop 192.0.2.21 (via 192.0.2.21) Neighbor AS2_1 client (192.0.2.21) [all …]
|