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

/freebsd-11.0-release/usr.sbin/bhyve/
H A Ddbgport.c119 int reuse; local
133 reuse = 1;
134 if (setsockopt(listen_fd, SOL_SOCKET, SO_REUSEADDR, &reuse,
135 sizeof(reuse)) < 0) {
/freebsd-11.0-release/sys/netinet/
H A Dtcp_timewait.c454 tcp_twclose(struct tcptw *tw, int reuse) argument
474 tcp_tw_2msl_stop(tw, reuse);
638 tcp_tw_2msl_stop(struct tcptw *tw, int reuse) argument
661 if (!reuse)
667 tcp_tw_2msl_scan(int reuse) argument
673 if (reuse) {
675 * Exclusive pcbinfo lock is not required in reuse case even if
693 if (tw == NULL || (!reuse && (tw->tw_time - ticks) > 0)) {
722 tcp_twclose(tw, reuse);
724 if (reuse)
[all...]
H A Dtcp_timer.h198 tcp_tw_2msl_scan(int reuse); /* XXX temporary? */
/freebsd-11.0-release/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.0-release/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.0-release/sys/ofed/include/rdma/
H A Drdma_cm.h378 * rdma_set_reuseaddr - Allow the reuse of local addresses when binding
381 * @reuse: Value indicating if the bound address is reusable.
385 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse);
/freebsd-11.0-release/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.0-release/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.0-release/crypto/openssl/ssl/
H A Dssltest.c745 fprintf(stderr, " -reuse - use session-id reuse\n");
964 int number = 1, reuse = 0; local
1046 else if (strcmp(*argv, "-reuse") == 0)
1047 reuse = 1;
1292 if (!ssl2 && !ssl3 && !tls1 && !dtls1 && !dtls12 && number > 1 && !reuse && !force) {
1295 "or add one of ssl2, -ssl3, -tls1, -dtls1, -dtls12, -reuse\n"
1704 if (!reuse)
/freebsd-11.0-release/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.0-release/sys/ofed/drivers/infiniband/core/
H A Dcma.c2396 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse) argument
2405 id_priv->reuseaddr = reuse;
/freebsd-11.0-release/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.0-release/contrib/amd/doc/
H A Dtexinfo.tex425 % thus we reuse \temp.
2946 % The `\else' inside the `\doifset' parameter is a trick to reuse the
5145 % And now, it's time to reuse the body of the original defun:
/freebsd-11.0-release/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:

Completed in 185 milliseconds