Home
last modified time | relevance | path

Searched defs:conn (Results 1 – 25 of 157) sorted by relevance

1234567

/netbsd-src/external/bsd/wpa/dist/src/tls/
H A Dtlsv1_server.c24 void tlsv1_server_log(struct tlsv1_server *conn, const char *fmt, ...) in tlsv1_server_log()
49 void tlsv1_server_alert(struct tlsv1_server *conn, u8 level, u8 description) in tlsv1_server_alert()
56 int tlsv1_server_derive_keys(struct tlsv1_server *conn, in tlsv1_server_derive_keys()
132 u8 * tlsv1_server_handshake(struct tlsv1_server *conn, in tlsv1_server_handshake()
227 int tlsv1_server_encrypt(struct tlsv1_server *conn, in tlsv1_server_encrypt()
260 int tlsv1_server_decrypt(struct tlsv1_server *conn, in tlsv1_server_decrypt()
379 struct tlsv1_server *conn; in tlsv1_server_init() local
418 static void tlsv1_server_clear_data(struct tlsv1_server *conn) in tlsv1_server_clear_data()
443 void tlsv1_server_deinit(struct tlsv1_server *conn) in tlsv1_server_deinit()
455 int tlsv1_server_established(struct tlsv1_server *conn) in tlsv1_server_established()
[all …]
H A Dtlsv1_server_read.c30 static int testing_cipher_suite_filter(struct tlsv1_server *conn, u16 suite) in testing_cipher_suite_filter()
49 static void tls_process_status_request_item(struct tlsv1_server *conn, in tls_process_status_request_item()
90 static void tls_process_status_request_v2(struct tlsv1_server *conn, in tls_process_status_request_v2()
121 static int tls_process_client_hello(struct tlsv1_server *conn, u8 ct, in tls_process_client_hello()
396 static int tls_process_certificate(struct tlsv1_server *conn, u8 ct, in tls_process_certificate()
599 struct tlsv1_server *conn, const u8 *pos, const u8 *end) in tls_process_client_key_exchange_rsa()
702 struct tlsv1_server *conn, const u8 *pos, const u8 *end) in tls_process_client_key_exchange_dh()
807 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct, in tls_process_client_key_exchange()
884 static int tls_process_certificate_verify(struct tlsv1_server *conn, u8 ct, in tls_process_certificate_verify()
1045 static int tls_process_change_cipher_spec(struct tlsv1_server *conn, in tls_process_change_cipher_spec()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dmarshall.cc27 cc1_plugin::unmarshall_check (connection *conn, unsigned long long check) in unmarshall_check()
37 cc1_plugin::marshall_intlike (connection *conn, unsigned long long val) in marshall_intlike()
45 cc1_plugin::unmarshall_intlike (connection *conn, unsigned long long *result) in unmarshall_intlike()
53 cc1_plugin::marshall (connection *conn, const char *str) in marshall()
69 cc1_plugin::unmarshall (connection *conn, char **result) in unmarshall()
101 cc1_plugin::marshall_array_start (connection *conn, char id, in marshall_array_start()
115 cc1_plugin::marshall_array_elmts (connection *conn, size_t n_bytes, in marshall_array_elmts()
122 cc1_plugin::unmarshall_array_start (connection *conn, char id, in unmarshall_array_start()
138 cc1_plugin::unmarshall_array_elmts (connection *conn, size_t n_bytes, in unmarshall_array_elmts()
145 cc1_plugin::marshall (connection *conn, const gcc_type_array *a) in marshall()
[all …]
H A Dmarshall-cp.hh29 unmarshall (connection *conn, enum gcc_cp_symbol_kind *result) in unmarshall()
39 unmarshall (connection *conn, enum gcc_cp_oracle_request *result) in unmarshall()
49 unmarshall (connection *conn, enum gcc_cp_qualifiers *result) in unmarshall()
59 unmarshall (connection *conn, enum gcc_cp_ref_qualifiers *result) in unmarshall()
70 marshall (connection *conn, const gcc_vbase_array *a) in marshall()
97 unmarshall (connection *conn, struct gcc_vbase_array **result) in unmarshall()
142 marshall (connection *conn, const gcc_cp_template_args *a) in marshall()
169 unmarshall (connection *conn, struct gcc_cp_template_args **result) in unmarshall()
214 marshall (connection *conn, const gcc_cp_function_args *a) in marshall()
238 unmarshall (connection *conn, struct gcc_cp_function_args **result) in unmarshall()
H A Drpc.hh44 status unmarshall (connection *conn) in unmarshall()
80 status unmarshall (connection *conn) in unmarshall()
114 status unmarshall (connection *conn) in unmarshall()
152 status unmarshall (connection *conn) in unmarshall()
189 status unmarshall (connection *conn) in unmarshall()
225 status unmarshall (connection *conn) in unmarshall()
259 call (connection *conn, const char *method, R *result) in call()
276 callback (connection *conn) in callback()
290 call (connection *conn, const char *method, R *result, A arg) in call()
309 callback (connection *conn) in callback()
[all …]
H A Dmarshall-c.hh29 unmarshall (connection *conn, enum gcc_c_symbol_kind *result) in unmarshall()
39 unmarshall (connection *conn, enum gcc_c_oracle_request *result) in unmarshall()
49 unmarshall (connection *conn, enum gcc_qualifiers *result) in unmarshall()
H A Dmarshall.hh56 status marshall (connection *conn, T scalar) in marshall()
66 status unmarshall (connection *conn, T *scalar) in unmarshall()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dmarshall.cc28 cc1_plugin::unmarshall_check (connection *conn, unsigned long long check) in unmarshall_check()
38 cc1_plugin::marshall_intlike (connection *conn, unsigned long long val) in marshall_intlike()
46 cc1_plugin::unmarshall_intlike (connection *conn, unsigned long long *result) in unmarshall_intlike()
54 cc1_plugin::marshall (connection *conn, const char *str) in marshall()
70 cc1_plugin::unmarshall (connection *conn, char **result) in unmarshall()
102 cc1_plugin::marshall_array_start (connection *conn, char id, in marshall_array_start()
116 cc1_plugin::marshall_array_elmts (connection *conn, size_t n_bytes, in marshall_array_elmts()
123 cc1_plugin::unmarshall_array_start (connection *conn, char id, in unmarshall_array_start()
139 cc1_plugin::unmarshall_array_elmts (connection *conn, size_t n_bytes, in unmarshall_array_elmts()
146 cc1_plugin::marshall (connection *conn, const gcc_type_array *a) in marshall()
[all …]
H A Dmarshall-cp.hh63 marshall (connection *conn, const gcc_vbase_array *a) in marshall()
90 unmarshall (connection *conn, struct gcc_vbase_array **result) in unmarshall()
126 marshall (connection *conn, const gcc_cp_template_args *a) in marshall()
153 unmarshall (connection *conn, struct gcc_cp_template_args **result) in unmarshall()
190 marshall (connection *conn, const gcc_cp_function_args *a) in marshall()
214 unmarshall (connection *conn, struct gcc_cp_function_args **result) in unmarshall()
H A Drpc.hh48 status unmarshall (connection *conn) in unmarshall()
76 status unmarshall (connection *conn) in unmarshall()
106 call (connection *conn, const char *method, R *result, Arg... args) in call()
150 call (connection *conn, const std::tuple<argument_wrapper<Arg>...> &, in call()
173 invoke (connection *conn) in invoke()
H A Dmarshall.hh66 status marshall (connection *conn, T scalar) in marshall()
75 status unmarshall (connection *conn, T *scalar, in unmarshall()
89 status unmarshall (connection *conn, T *e_val, in unmarshall()
/netbsd-src/sys/dev/iscsi/
H A Discsi_rcv.c52 my_soo_read(connection_t *conn, struct uio *u, int flags) in my_soo_read() argument
106 try_resynch_receive(connection_t * conn) try_resynch_receive() argument
142 ccb_from_itt(connection_t * conn,uint32_t itt) ccb_from_itt() argument
196 connection_t *conn = pdu->pdu_connection; read_pdu_data() local
344 check_StatSN(connection_t * conn,uint32_t nw_sn,bool ack) check_StatSN() argument
398 check_CmdSN(connection_t * conn,uint32_t nw_sn) check_CmdSN() argument
450 receive_login_pdu(connection_t * conn,pdu_t * pdu,ccb_t * req_ccb) receive_login_pdu() argument
501 receive_text_response_pdu(connection_t * conn,pdu_t * pdu,ccb_t * req_ccb) receive_text_response_pdu() argument
543 receive_logout_pdu(connection_t * conn,pdu_t * pdu,ccb_t * req_ccb) receive_logout_pdu() argument
613 receive_data_in_pdu(connection_t * conn,pdu_t * pdu,ccb_t * req_ccb) receive_data_in_pdu() argument
703 receive_r2t_pdu(connection_t * conn,pdu_t * pdu,ccb_t * req_ccb) receive_r2t_pdu() argument
731 receive_command_response_pdu(connection_t * conn,pdu_t * pdu,ccb_t * req_ccb) receive_command_response_pdu() argument
816 receive_asynch_pdu(connection_t * conn,pdu_t * pdu) receive_asynch_pdu() argument
881 receive_reject_pdu(connection_t * conn,pdu_t * pdu) receive_reject_pdu() argument
949 receive_task_management_pdu(connection_t * conn,pdu_t * pdu,ccb_t * req_ccb) receive_task_management_pdu() argument
1006 receive_nop_in_pdu(connection_t * conn,pdu_t * pdu,ccb_t * req_ccb) receive_nop_in_pdu() argument
1057 receive_pdu(connection_t * conn,pdu_t * pdu) receive_pdu() argument
1199 connection_t *conn = (connection_t *) par; iscsi_rcv_thread() local
[all...]
H A Discsi_send.c54 my_soo_write(connection_t *conn, struct uio *u) in my_soo_write() argument
99 connection_t *conn, *next; assign_connection() local
148 connection_t *conn; reassign_tasks() local
328 connection_t *conn = (connection_t *) par; iscsi_send_thread() local
483 connection_t *conn = pdu->pdu_connection; send_pdu() local
558 connection_t *conn = ccb->ccb_connection; resend_pdu() local
613 connection_t *conn = pdu->pdu_connection; setup_tx_uio() local
671 init_login_pdu(connection_t * conn,ccb_t * ccb,pdu_t * ppdu,bool next) init_login_pdu() argument
713 negotiate_login(connection_t * conn,pdu_t * rx_pdu,ccb_t * tx_ccb) negotiate_login() argument
812 init_text_pdu(connection_t * conn,ccb_t * ccb,pdu_t * ppdu,pdu_t * rx_pdu) init_text_pdu() argument
845 acknowledge_text(connection_t * conn,pdu_t * rx_pdu,ccb_t * tx_ccb) acknowledge_text() argument
873 start_text_negotiation(connection_t * conn) start_text_negotiation() argument
910 negotiate_text(connection_t * conn,pdu_t * rx_pdu,ccb_t * tx_ccb) negotiate_text() argument
969 connection_t *conn; send_send_targets() local
1024 send_nop_out(connection_t * conn,pdu_t * rx_pdu) send_nop_out() argument
1096 snack_missing(connection_t * conn,ccb_t * ccb,uint8_t type,uint32_t BegRun,uint32_t RunLength) snack_missing() argument
1135 send_snack(connection_t * conn,pdu_t * rx_pdu,ccb_t * tx_ccb,uint8_t type) send_snack() argument
1196 send_login(connection_t * conn) send_login() argument
1241 send_logout(connection_t * conn,connection_t * refconn,int reason,bool wait) send_logout() argument
1302 send_task_management(connection_t * conn,ccb_t * ref_ccb,struct scsipi_xfer * xs,int function) send_task_management() argument
1372 send_data_out(connection_t * conn,pdu_t * rx_pdu,ccb_t * tx_ccb,ccb_disp_t disp,bool waitok) send_data_out() argument
1444 connection_t *conn = ccb->ccb_connection; send_command() local
1539 connection_t *conn; send_run_xfer() local
1637 connection_t *conn; send_io_command() local
1700 connection_timeout(connection_t * conn) connection_timeout() argument
1724 connection_t *conn = ccb->ccb_connection; ccb_timeout() local
[all...]
H A Discsi_utils.c200 get_ccb(connection_t *conn, bool waitok) in get_ccb()
260 connection_t *conn = ccb->ccb_connection; in free_ccb() local
370 connection_t *conn; in suspend_ccb() local
400 connection_t *conn; in wake_ccb() local
462 get_pdu(connection_t *conn, bool waitok) in get_pdu()
507 connection_t *conn = pdu->pdu_connection; in free_pdu() local
542 create_pdus(connection_t *conn) in create_pdus()
H A Discsi_ioctl.c416 connection_t *conn; in find_connection() local
484 kill_connection(connection_t *conn, uint32_t status, int logout, bool recover) in kill_connection() argument
599 connection_t *conn; kill_session() local
703 connection_t *conn; create_connection() local
880 recreate_connection(iscsi_login_parameters_t * par,session_t * sess,connection_t * conn,struct lwp * l) recreate_connection() argument
1242 connection_t *conn; remove_connection() local
1284 connection_t *conn; restore_connection() local
1509 connection_t *conn; connection_status() local
1594 handle_connection_error(connection_t * conn,uint32_t status,int dologout) handle_connection_error() argument
1612 add_connection_cleanup(connection_t * conn) add_connection_cleanup() argument
1635 connection_t *conn = par; connection_timeout_co() local
1645 connection_timeout_start(connection_t * conn,int ticks) connection_timeout_start() argument
1656 connection_timeout_stop(connection_t * conn) connection_timeout_stop() argument
1720 connection_t *conn, *nxtc; iscsi_cleanup_thread() local
[all...]
/netbsd-src/usr.bin/ftp/
H A Dssl.c97 fetch_writev(struct fetch_connect *conn, struct iovec *iov, int iovcnt) in fetch_writev() argument
162 fetch_write(const void * str,size_t len,struct fetch_connect * conn) fetch_write() argument
175 fetch_printf(struct fetch_connect * conn,const char * fmt,...) fetch_printf() argument
197 fetch_fileno(struct fetch_connect * conn) fetch_fileno() argument
204 fetch_error(struct fetch_connect * conn) fetch_error() argument
211 fetch_clearerr(struct fetch_connect * conn) fetch_clearerr() argument
218 fetch_flush(struct fetch_connect * conn) fetch_flush() argument
238 struct fetch_connect *conn; fetch_open() local
259 struct fetch_connect *conn; fetch_fdopen() local
280 fetch_close(struct fetch_connect * conn) fetch_close() argument
340 fetch_cache_data(struct fetch_connect * conn,char * src,size_t nbytes) fetch_cache_data() argument
359 fetch_wait(struct fetch_connect * conn,ssize_t rlen,struct timeval * timeout) fetch_wait() argument
405 fetch_read(void * ptr,size_t size,size_t nmemb,struct fetch_connect * conn) fetch_read() argument
494 fetch_getln(char * str,int size,struct fetch_connect * conn) fetch_getln() argument
552 fetch_getline(struct fetch_connect * conn,char * buf,size_t buflen,const char ** errormsg) fetch_getline() argument
742 fetch_set_ssl(struct fetch_connect * conn,void * ssl) fetch_set_ssl() argument
[all...]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_conn.c40 struct nvkm_conn *conn = container_of(notify, typeof(*conn), hpd); in nvkm_conn_hpd() local
60 nvkm_conn_fini(struct nvkm_conn *conn) in nvkm_conn_fini()
66 nvkm_conn_init(struct nvkm_conn *conn) in nvkm_conn_init()
74 struct nvkm_conn *conn = *pconn; in nvkm_conn_del() local
84 struct nvkm_conn *conn) in nvkm_conn_ctor()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/digdelv/ans8/
H A Dans.py144 conn = None variable
147 conn, addr = s.accept() variable
153 conn, addr = s.accept() variable
159 conn, addr = s.accept() variable
188 conn = None variable
191 conn, addr = s.accept() variable
/netbsd-src/share/examples/refuse/ian/libfetch/
H A Dcommon.c210 conn_t *conn; in _fetch_reopen() local
225 _fetch_ref(conn_t *conn) in _fetch_ref()
260 conn_t *conn; in _fetch_connect() local
319 _fetch_ssl(conn_t *conn, int verbose) in _fetch_ssl()
379 _fetch_read(conn_t *conn, char *buf, size_t len) in _fetch_read()
444 _fetch_getln(conn_t *conn) in _fetch_getln()
491 _fetch_write(conn_t *conn, const char *buf, size_t len) in _fetch_write()
505 _fetch_writev(conn_t *conn, struct iovec *iov, int iovcnt) in _fetch_writev()
580 _fetch_putln(conn_t *conn, const char *str, size_t len) in _fetch_putln()
604 _fetch_close(conn_t *conn) in _fetch_close()
H A Dftp.c142 _ftp_chkerr(conn_t *conn) in _ftp_chkerr()
177 _ftp_cmd(conn_t *conn, const char *fmt, ...) in _ftp_cmd()
232 _ftp_pwd(conn_t *conn, char *pwd, size_t pwdlen) in _ftp_pwd()
268 _ftp_cwd(conn_t *conn, const char *file) in _ftp_cwd()
338 _ftp_mode_type(conn_t *conn, int mode, int type) in _ftp_mode_type()
401 _ftp_stat(conn_t *conn, const char *file, struct url_stat *us) in _ftp_stat()
622 _ftp_transfer(conn_t *conn, const char *oper, const char *file, in _ftp_transfer()
908 _ftp_authenticate(conn_t *conn, struct url *url, struct url *purl) in _ftp_authenticate()
958 conn_t *conn; in _ftp_connect() local
1015 _ftp_disconnect(conn_t *conn) in _ftp_disconnect()
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-client.c150 send_msg(struct sftp_conn *conn, struct sshbuf *m) in send_msg()
174 get_msg_extended(struct sftp_conn *conn, struct sshbuf *m, int initial) in get_msg_extended()
213 get_msg(struct sftp_conn *conn, struct sshbuf *m) in get_msg()
219 send_string_request(struct sftp_conn *conn, u_int id, u_int code, const char *s, in send_string_request()
237 send_string_attrs_request(struct sftp_conn *conn, u_int id, u_int code, in send_string_attrs_request()
257 get_status(struct sftp_conn *conn, u_int expected_id) in get_status()
287 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, in get_handle()
332 get_decode_stat(struct sftp_conn *conn, u_int expected_id, int quiet, Attrib *a) in get_decode_stat()
383 get_decode_statvfs(struct sftp_conn *conn, struct sftp_statvfs *st, in get_decode_statvfs()
601 sftp_proto_version(struct sftp_conn *conn) in sftp_proto_version()
[all …]
/netbsd-src/external/mit/libuv/dist/test/
H A Dblackhole-server.c43 conn_rec* conn; in connection_cb() local
73 conn_rec* conn; in read_cb() local
89 conn_rec* conn = container_of(req, conn_rec, shutdown_req); in shutdown_cb() local
95 conn_rec* conn = container_of(handle, conn_rec, handle); in close_cb() local
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dcommon.c236 conn_t *conn; in fetch_reopen() local
281 conn_t *conn; in fetch_connect() local
365 conn_t *conn; in fetchConnectionCacheClose() local
380 conn_t *conn, *last_conn = NULL; in fetch_cache_get() local
409 fetch_cache_put(conn_t *conn, int (*closecb)(conn_t *)) in fetch_cache_put() argument
454 fetch_ssl(conn_t *conn, const struct url *URL, int verbose) in fetch_ssl()
537 fetch_read(conn_t *conn, char *buf, size_t len)
655 fetch_getln(conn_t *conn)
719 fetch_write(conn_t *conn, const void *buf, size_t len)
801 fetch_close(conn_t *conn)
H A Dftp.c168 ftp_chkerr(conn_t *conn) in ftp_chkerr()
205 ftp_cmd(conn_t *conn, const char *fmt, ...) in ftp_cmd()
260 ftp_pwd(conn_t *conn, char **pwd) in ftp_pwd()
301 ftp_cwd(conn_t *conn, const char *path, int subdir) in ftp_cwd()
413 ftp_mode_type(conn_t *conn, int mode, int type) in ftp_mode_type()
476 ftp_stat(conn_t *conn, const char *file, struct url_stat *us) in ftp_stat()
626 ftp_disconnect(conn_t *conn) in ftp_disconnect()
681 ftp_transfer(conn_t *conn, const char *oper, const char *file, const char *op_arg, in ftp_transfer()
988 ftp_authenticate(conn_t *conn, struct url *url, struct url *purl) in ftp_authenticate()
1040 conn_t *conn; in ftp_connect() local
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/forward/ans11/
H A Dans.py205 conn = None variable
208 conn, addr = s.accept() variable
221 conn = None variable
224 conn, addr = s.accept() variable

1234567