| /freebsd-14.2/lib/libc/net/ |
| H A D | nscachedcli.c | 238 assert(connection != NULL); in __close_cached_connection() 240 _close(connection->sockfd); in __close_cached_connection() 241 _close(connection->read_queue); in __close_cached_connection() 243 free(connection); in __close_cached_connection() 311 assert(connection != NULL); in __cached_read() 384 if (connection == NULL) in __open_cached_mp_write_session() 386 connection->mp_flag = 1; in __open_cached_mp_write_session() 412 retval = connection; in __open_cached_mp_write_session() 491 if (connection == NULL) in __open_cached_mp_read_session() 493 connection->mp_flag = 1; in __open_cached_mp_read_session() [all …]
|
| H A D | nscache.c | 57 cached_connection connection; in __nss_common_cache_read() local 109 if (connection == NULL) { in __nss_common_cache_read() 116 __close_cached_connection(connection); in __nss_common_cache_read() 161 cached_connection connection; in __nss_common_cache_write() local 180 connection = __open_cached_connection(¶ms); in __nss_common_cache_write() 181 if (connection == NULL) { in __nss_common_cache_write() 210 __close_cached_connection(connection); in __nss_common_cache_write() 218 __close_cached_connection(connection); in __nss_common_cache_write() 230 cached_connection connection; in __nss_common_cache_write_negative() local 246 if (connection == NULL) { in __nss_common_cache_write_negative() [all …]
|
| /freebsd-14.2/usr.sbin/nscd/ |
| H A D | nscdcli.c | 73 s_result = write(connection->sockfd, in safe_write() 110 s_result = read(connection->sockfd, in safe_read() 226 close_nscd_connection__(struct nscd_connection_ *connection) in close_nscd_connection__() argument 230 assert(connection != NULL); in close_nscd_connection__() 232 close(connection->sockfd); in close_nscd_connection__() 233 close(connection->read_queue); in close_nscd_connection__() 234 close(connection->write_queue); in close_nscd_connection__() 235 free(connection); in close_nscd_connection__() 240 nscd_transform__(struct nscd_connection_ *connection, in nscd_transform__() argument 269 result = safe_write(connection, entry_name, name_size); in nscd_transform__() [all …]
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | SSL_get_version.pod | 6 protocol information of a connection 42 The connection uses the SSLv3 protocol. 46 The connection uses the TLSv1.0 protocol. 50 The connection uses the TLSv1.1 protocol. 54 The connection uses the TLSv1.2 protocol. 58 The connection uses the TLSv1.3 protocol. 73 The connection uses the SSLv3 protocol. 77 The connection uses the TLSv1.0 protocol. 81 The connection uses the TLSv1.1 protocol. 85 The connection uses the TLSv1.2 protocol. [all …]
|
| H A D | BIO_s_accept.pod | 48 on the underlying connection. If no connection is established 50 waits for an incoming connection. 60 incoming connection. 116 connection, or request a retry in non blocking mode. 140 connection = BIO_pop(accept); 159 accepted a connection and retry the call. 200 /* Wait for incoming connection */ 208 /* Retrieve BIO for connection */ 211 fprintf(stderr, "Sent out data on connection 1\n"); 213 /* Wait for another connection */ [all …]
|
| H A D | BIO_s_connect.pod | 36 round the platform's TCP/IP socket connection routines. 43 on the underlying connection. If no connection is established 45 a connection is established first. 50 connection is shutdown and the socket closed when the BIO 54 connection and reset the BIO into a state where it can connect 90 should be made before the connection is established because 95 For non-SSL BIOs the connection is done typically at TCP level. 108 will normally mean that the connection was closed. 123 so to separate the connection process from other I/O processing. 161 BIO_do_connect() returns 1 if the connection was successfully [all …]
|
| H A D | SSL_key_update.pod | 10 - initiate and obtain information about updating connection keys 25 SSL_key_update() schedules an update of the keys for the current TLS connection. 27 the sending keys for this connection will be updated and the peer will be 29 B<SSL_KEY_UPDATE_REQUESTED> then the sending keys for this connection will be 38 or SSL_write_ex() takes place on the connection. Alternatively SSL_do_handshake() 48 connection will result in an error. 51 handshake over an existing SSL/TLS connection. The next time an IO operation 52 such as SSL_read_ex() or SSL_write_ex() takes place on the connection a check 55 attempt to resume any session associated with the connection in the new 60 session associated with the current connection in the new handshake. [all …]
|
| H A D | SSL_clear.pod | 5 SSL_clear - reset SSL object to allow another connection 15 Reset B<ssl> to allow another connection. All settings (method, ciphers, 20 SSL_clear is used to prepare an SSL object for a new connection. While all 24 if L<SSL_shutdown(3)> was not called for the connection 34 will might lead to connection failures (see L<SSL_new(3)>) 39 SSL_clear() resets the SSL object to allow for another connection. The 42 handshake). It only makes sense for a new connection with the exact
|
| /freebsd-14.2/lib/libiscsiutil/ |
| H A D | libiscsiutil.h | 42 struct connection { struct 62 struct connection *pdu_connection; argument 72 void (*fail)(const struct connection *, const char *); 136 struct pdu *pdu_new(struct connection *ic); 146 void text_send_request(struct connection *conn, 148 struct keys * text_read_response(struct connection *conn); 149 struct keys * text_read_request(struct connection *conn, 154 void connection_init(struct connection *conn,
|
| H A D | text.c | 42 text_new_request(struct connection *conn, uint32_t ttt) in text_new_request() 63 text_receive_request(struct connection *conn) in text_receive_request() 99 struct connection *conn; in text_new_response() 125 text_receive_response(struct connection *conn) in text_receive_response() 170 text_send_request(struct connection *conn, struct keys *request_keys) in text_send_request() 191 text_read_response(struct connection *conn) in text_read_response() 247 text_read_request(struct connection *conn, struct pdu **requestp) in text_read_request() 277 struct connection *conn = request->pdu_connection; in text_send_response()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | fsl-ls2088a-rdb.dts | 28 phy-connection-type = "10gbase-r"; 33 phy-connection-type = "10gbase-r"; 38 phy-connection-type = "10gbase-r"; 43 phy-connection-type = "10gbase-r"; 48 phy-connection-type = "10gbase-r"; 53 phy-connection-type = "10gbase-r"; 58 phy-connection-type = "10gbase-r"; 63 phy-connection-type = "10gbase-r";
|
| H A D | fsl-ls1088a-rdb.dts | 22 phy-connection-type = "10gbase-r"; 28 phy-connection-type = "qsgmii"; 35 phy-connection-type = "qsgmii"; 42 phy-connection-type = "qsgmii"; 49 phy-connection-type = "qsgmii"; 56 phy-connection-type = "qsgmii"; 63 phy-connection-type = "qsgmii"; 70 phy-connection-type = "qsgmii"; 77 phy-connection-type = "qsgmii";
|
| H A D | fsl-ls1088a-ten64.dts | 96 phy-connection-type = "10gbase-r"; 104 phy-connection-type = "10gbase-r"; 111 phy-connection-type = "qsgmii"; 118 phy-connection-type = "qsgmii"; 125 phy-connection-type = "qsgmii"; 132 phy-connection-type = "qsgmii"; 140 phy-connection-type = "qsgmii"; 147 phy-connection-type = "qsgmii"; 154 phy-connection-type = "qsgmii"; 161 phy-connection-type = "qsgmii";
|
| H A D | fsl-ls1046a-rdb.dts | 132 phy-connection-type = "rgmii-id"; 137 phy-connection-type = "rgmii-id"; 142 phy-connection-type = "sgmii"; 147 phy-connection-type = "sgmii"; 152 phy-connection-type = "xgmii"; 156 phy-connection-type = "10gbase-r";
|
| H A D | fsl-ls1043a-rdb.dts | 141 phy-connection-type = "qsgmii"; 146 phy-connection-type = "qsgmii"; 151 phy-connection-type = "rgmii-id"; 156 phy-connection-type = "rgmii-id"; 161 phy-connection-type = "qsgmii"; 166 phy-connection-type = "qsgmii"; 171 phy-connection-type = "xgmii";
|
| H A D | fsl-ls1046a-qds.dts | 197 phy-connection-type = "sgmii"; 202 phy-connection-type = "sgmii"; 207 phy-connection-type = "rgmii"; 212 phy-connection-type = "rgmii"; 217 phy-connection-type = "sgmii"; 222 phy-connection-type = "sgmii"; 227 phy-connection-type = "xgmii"; 232 phy-connection-type = "xgmii";
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_mac.cpp | 297 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 301 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 311 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 315 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 319 REAL(xpc_connection_send_barrier)(connection, new_barrier); in TSAN_INTERCEPTOR() 327 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 331 Acquire(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() 336 (connection, message, replyq, new_handler); in TSAN_INTERCEPTOR() 340 SCOPED_TSAN_INTERCEPTOR(xpc_connection_cancel, connection); in TSAN_INTERCEPTOR() 341 Release(thr, pc, (uptr)connection); in TSAN_INTERCEPTOR() [all …]
|
| /freebsd-14.2/contrib/sendmail/contrib/ |
| H A D | socketmapClient.pl | 11 my $connection = shift @ARGV; 16 if ($connection =~ /tcp:(.+):([0-9]*)/) { 22 } elsif ($connection =~ /((unix)|(local)):(.+)/) { 28 die "unrecognized connection specification $connection";
|
| H A D | socketmapServer.pl | 10 my $connection = shift @ARGV; 13 if ($connection =~ /tcp:(.+):([0-9]*)/) { 21 } elsif ($connection =~ /((unix)|(local)):(.+)/) { 29 die "unrecognized connection specification $connection";
|
| /freebsd-14.2/lib/libfetch/ |
| H A D | ftp.errors | 7 125 OK Data connection already open; transfer starting 8 150 OK File status okay; about to open data connection 17 221 OK Service closing control connection 18 225 OK Data connection open; no transfer in progress 28 421 DOWN Service not available, closing control connection 29 425 NETWORK Can't open data connection
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | evrpc.c | 540 struct evhttp_connection *connection; in evrpc_pool_free() local 558 evhttp_connection_free(connection); in evrpc_pool_free() 581 struct evhttp_connection *connection) in evrpc_pool_add_connection() argument 583 EVUTIL_ASSERT(connection->http_server == NULL); in evrpc_pool_add_connection() 596 if (!evutil_timerisset(&connection->timeout)) in evrpc_pool_add_connection() 608 evrpc_schedule_request(connection, request); in evrpc_pool_add_connection() 614 struct evhttp_connection *connection) in evrpc_pool_remove_connection() argument 640 struct evhttp_connection *connection; in evrpc_pool_find_connection() local 642 if (TAILQ_FIRST(&connection->requests) == NULL) in evrpc_pool_find_connection() 643 return (connection); in evrpc_pool_find_connection() [all …]
|
| /freebsd-14.2/contrib/libevent/ |
| H A D | evrpc.c | 540 struct evhttp_connection *connection; in evrpc_pool_free() local 558 evhttp_connection_free(connection); in evrpc_pool_free() 581 struct evhttp_connection *connection) in evrpc_pool_add_connection() argument 583 EVUTIL_ASSERT(connection->http_server == NULL); in evrpc_pool_add_connection() 596 if (!evutil_timerisset(&connection->timeout)) in evrpc_pool_add_connection() 608 evrpc_schedule_request(connection, request); in evrpc_pool_add_connection() 614 struct evhttp_connection *connection) in evrpc_pool_remove_connection() argument 640 struct evhttp_connection *connection; in evrpc_pool_find_connection() local 642 if (TAILQ_FIRST(&connection->requests) == NULL) in evrpc_pool_find_connection() 643 return (connection); in evrpc_pool_find_connection() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | t4240rdb.dts | 157 phy-connection-type = "sgmii"; 162 phy-connection-type = "sgmii"; 167 phy-connection-type = "sgmii"; 172 phy-connection-type = "sgmii"; 185 phy-connection-type = "xgmii"; 190 phy-connection-type = "xgmii"; 197 phy-connection-type = "sgmii"; 202 phy-connection-type = "sgmii"; 207 phy-connection-type = "sgmii"; 212 phy-connection-type = "sgmii"; [all …]
|
| H A D | t2080qds.dts | 67 phy-connection-type = "xgmii"; 72 phy-connection-type = "xgmii"; 77 phy-connection-type = "rgmii"; 82 phy-connection-type = "rgmii"; 87 phy-connection-type = "sgmii"; 92 phy-connection-type = "sgmii"; 97 phy-connection-type = "xgmii"; 102 phy-connection-type = "xgmii";
|
| H A D | t4240qds.dts | 481 phy-connection-type = "sgmii"; 486 phy-connection-type = "sgmii"; 491 phy-connection-type = "sgmii"; 496 phy-connection-type = "sgmii"; 501 phy-connection-type = "rgmii"; 506 phy-connection-type = "sgmii"; 511 phy-connection-type = "xgmii"; 516 phy-connection-type = "xgmii"; 557 phy-connection-type = "sgmii"; 562 phy-connection-type = "sgmii"; [all …]
|