Home
last modified time | relevance | path

Searched refs:bind_mode (Results 1 – 3 of 3) sorted by relevance

/NextBSD/crypto/openssl/crypto/bio/
HDbss_acpt.c90 int bind_mode; member
151 ret->bind_mode = BIO_BIND_NORMAL; in BIO_ACCEPT_new()
213 s = BIO_get_accept_socket(c->param_addr, c->bind_mode); in acpt_state()
418 data->bind_mode = (int)num; in acpt_ctrl()
421 ret = (long)data->bind_mode; in acpt_ctrl()
HDb_sock.c605 int BIO_get_accept_socket(char *host, int bind_mode) in BIO_get_accept_socket() argument
734 if (bind_mode == BIO_BIND_REUSEADDR) { in BIO_get_accept_socket()
738 bind_mode = BIO_BIND_NORMAL; in BIO_get_accept_socket()
744 if ((bind_mode == BIO_BIND_REUSEADDR_IF_UNUSED) && in BIO_get_accept_socket()
774 bind_mode = BIO_BIND_REUSEADDR; in BIO_get_accept_socket()
/NextBSD/contrib/gdb/gdb/
HDsomsolib.c89 unsigned char bind_mode; member
677 new_so->som_solib.bind_mode = extract_unsigned_integer (buf + 2, 1); in som_solib_add()
751 printf (" 'bind_mode' is %d\n", new_so->som_solib.bind_mode); in som_solib_add()
1457 flags |= so_list->som_solib.bind_mode << 16; in som_sharedlibrary_info_command()