Searched refs:reuse (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/unbound/services/
H A Doutside_network.c95 struct reuse_tcp* reuse);
139 /** compare if the reuse element has the same address, port and same ssl-is
333 /** log reuse item addr and ptr with message */
335 log_reuse_tcp(enum verbosity_value v, const char* msg, struct reuse_tcp* reuse) argument
340 addr_to_str(&reuse->addr, reuse->addrlen, addrbuf, sizeof(addrbuf));
341 port = ntohs(((struct sockaddr_in*)&reuse->addr)->sin_port);
343 reuse->pending->c->fd);
347 static struct waiting_tcp* reuse_write_wait_pop(struct reuse_tcp* reuse) argument
349 struct waiting_tcp* w = reuse
363 reuse_write_wait_remove(struct reuse_tcp* reuse, struct waiting_tcp* w) argument
380 reuse_write_wait_push_back(struct reuse_tcp* reuse, struct waiting_tcp* w) argument
397 reuse_tree_by_id_insert(struct reuse_tcp* reuse, struct waiting_tcp* w) argument
406 reuse_tcp_by_id_find(struct reuse_tcp* reuse, uint16_t id) argument
693 reuse_tcp_lru_touch(struct outside_network* outnet, struct reuse_tcp* reuse) argument
734 struct reuse_tcp* reuse = NULL; local
798 reuse_tree_by_id_delete(struct reuse_tcp* reuse, struct waiting_tcp* w) argument
861 reuse_tcp_remove_tree_list(struct outside_network* outnet, struct reuse_tcp* reuse) argument
2037 reuse_tcp_select_id(struct reuse_tcp* reuse, struct outside_network* outnet) argument
2109 struct reuse_tcp* reuse = NULL; local
[all...]
H A Doutside_network.h162 * tree of still-open and waiting tcp connections for reuse.
171 /** first and last(oldest) in lru list of reuse connections.
254 * The lru only contains empty connections waiting for reuse,
262 /** the connection to reuse, the fd is non-1 and is open.
298 /** max number of queries on a reuse connection */
351 /** the pre-allocated reuse tcp structure. if ->pending is nonNULL
352 * it is in use and the connection is waiting for reuse.
354 * pending_tcp wait for reuse. */
355 struct reuse_tcp reuse; member in struct:pending_tcp
375 /** entry in reuse
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Ddbgport.c134 int reuse; local
151 reuse = 1;
152 if (setsockopt(listen_fd, SOL_SOCKET, SO_REUSEADDR, &reuse,
153 sizeof(reuse)) < 0) {
/freebsd-11-stable/sys/netinet/
H A Dtcp_timewait.c487 tcp_twclose(struct tcptw *tw, int reuse) argument
507 tcp_tw_2msl_stop(tw, reuse);
673 tcp_tw_2msl_stop(struct tcptw *tw, int reuse) argument
696 if (!reuse)
702 tcp_tw_2msl_scan(int reuse) argument
708 if (reuse) {
710 * Exclusive pcbinfo lock is not required in reuse case even if
728 if (tw == NULL || (!reuse && (tw->tw_time - ticks) > 0)) {
776 tcp_twclose(tw, reuse);
778 if (reuse)
[all...]
H A Dtcp_timer.h199 tcp_tw_2msl_scan(int reuse); /* XXX temporary? */
/freebsd-11-stable/lib/libc/stdlib/
H A Dgetenv.c461 bool reuse; local
471 reuse = false;
485 /* Entry is large enough to reuse. */
487 reuse = true;
491 if (! reuse) {
521 if (reuse && newEnvActive == envActive)
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c608 int reuse)
677 if (reuse
847 int reuse)
851 res = TINFO_SETUP_TERM(&termp, tname, Filedes, errret, reuse);
604 TINFO_SETUP_TERM(TERMINAL ** tp, NCURSES_CONST char *tname, int Filedes, int *errret, int reuse) argument
844 _nc_setupterm(NCURSES_CONST char *tname, int Filedes, int *errret, int reuse) argument
/freebsd-11-stable/sys/ofed/include/rdma/
H A Drdma_cm.h367 * rdma_set_reuseaddr - Allow the reuse of local addresses when binding
370 * @reuse: Value indicating if the bound address is reusable.
374 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse);
/freebsd-11-stable/sbin/routed/
H A Dmain.c903 if (lim->reuse > now.tv_sec) {
907 lim->reuse = now.tv_sec + 10*60;
H A Ddefs.h524 time_t reuse; member in struct:msg_limit
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1019 parsing. It changes the internal context reuse option
1021 reuse = [FALSE]
1026 @Param[in] reuse TRUE to reuse internal context on frames
1033 t_Error FM_PORT_ConfigForwardReuseIntContext(t_Handle h_FmPort, bool reuse);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c826 fprintf(stderr, " -reuse - use session-id reuse\n");
1055 int number = 1, reuse = 0; local
1137 else if (strcmp(*argv, "-reuse") == 0)
1138 reuse = 1;
1437 && !reuse && !force) {
1440 "or add one of ssl2, -ssl3, -tls1, -tls12, -dtls1, -dtls12, -reuse\n"
1876 if (!reuse)
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c170 static evutil_socket_t bind_socket_ai(struct evutil_addrinfo *, int reuse);
171 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
2433 evcon->bind_address, evcon->bind_port, 0 /*reuse*/);
3358 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1)
4151 bind_socket_ai(struct evutil_addrinfo *ai, int reuse) argument
4168 if (reuse) {
4218 bind_socket(const char *address, ev_uint16_t port, int reuse) argument
4232 fd = bind_socket_ai(aitop, reuse);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc865 // The DTTOIF macro lets us reuse our status -> type conversion.
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dsme.c89 int reuse)
118 if (reuse && wpa_s->sme.sae.tmp &&
86 sme_auth_build_sae_commit(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, const u8 *bssid, int external, int reuse) argument
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c2902 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse) argument
2910 if (reuse || id_priv->state == RDMA_CM_IDLE) {
2911 id_priv->reuseaddr = reuse;
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Daesv8-armx.S39 mov r1,#8 @ reuse r1
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex434 % thus we reuse \temp.
3118 % The `\else' inside the `\doifset' parameter is a trick to reuse the
5341 % And now, it's time to reuse the body of the original defun:
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex426 % thus we reuse \temp.
3017 % The `\else' inside the `\doifset' parameter is a trick to reuse the
5217 % And now, it's time to reuse the body of the original defun:
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex459 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp:
4234 % The `\else' inside the `\doifset' parameter is a trick to reuse the
6834 % And now, it's time to reuse the body of the original defun:

Completed in 1018 milliseconds