Searched refs:connections (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1214 p->connections == NULL) {
1253 (caddr_t) p->connections,
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c544 * persistent connections to work.
700 * layer like timeouts we just drop the connections.
1150 * connection. for server connections, this should be empty.
1161 TAILQ_REMOVE(&http->connections, evcon, next);
1405 /* For connections from the client, we just
3370 event_debug(("Bound to port %d - Awaiting connections ... ",
3481 TAILQ_INIT(&http->connections);
3539 while ((evcon = TAILQ_FIRST(&http->connections)) != NULL) {
4092 /* the timeout can be used by the server to close idle connections */
4101 TAILQ_INSERT_TAIL(&http->connections, evco
[all...]
/freebsd-12-stable/contrib/libevent/
H A Dhttp.c545 * persistent connections to work.
740 * layer like timeouts we just drop the connections.
1213 * connection. for server connections, this should be empty.
1223 TAILQ_REMOVE(&http->connections, evcon, next);
1500 /* For connections from the client, we just
3519 event_debug(("Bound to port %d - Awaiting connections ... ",
3630 TAILQ_INIT(&http->connections);
3688 while ((evcon = TAILQ_FIRST(&http->connections)) != NULL) {
4259 /* the timeout can be used by the server to close idle connections */
4268 TAILQ_INSERT_TAIL(&http->connections, evco
[all...]
/freebsd-12-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec159 untrusted hosts over an insecure network. X11 connections and
173 the clients necessary to make encrypted connections to SSH servers.
613 open connections)
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c1020 * if our connections are not supposed to be persistent; request
1129 * if our connections are not supposed to be persistent; request
1214 tt_assert(TAILQ_FIRST(&http->connections) == NULL);
2064 tt_assert(TAILQ_FIRST(&http->connections) == NULL);
3686 * Testing client reset of server chunked connections
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_http.c1089 * if our connections are not supposed to be persistent; request
1197 * if our connections are not supposed to be persistent; request
1282 tt_assert(TAILQ_FIRST(&http->connections) == NULL);
2317 tt_assert(TAILQ_FIRST(&http->connections) == NULL);
4154 * Testing client reset of server chunked connections
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex288 connections.

Completed in 214 milliseconds

12