Lines Matching refs:port
20 long BIO_set_accept_port(BIO *b, char *port);
50 and the port (see below) is set up properly then the BIO
67 name. The name is represented as a string of the form "host:port",
68 where "host" is the interface to use and "port" is the port.
71 enclosed in brackets, for example "[::1]:https". "port" has the
72 same syntax as the port specified in BIO_set_conn_port() for
73 connect BIOs, that is it can be a numerical port string or a
76 BIO_set_accept_port() uses the string B<port> to set the accept
77 port of BIO I<b>. "port" has the same syntax as the port specified in
79 port string or a string to lookup using getservbyname() and a string
81 If the given port is C<0> then a random available port is chosen.
85 a single call: that is it creates a new accept BIO with port
111 then another socket cannot be bound to the same port. If
113 same port. If B<BIO_BIND_REUSEADDR_IF_UNUSED> is set then and
115 and the port is not in use then a second attempt is made
185 BIO_get_accept_port() returns the accept port as a string or NULL on error.
186 BIO_get_peer_port() returns the peer port as a string or NULL on error.
195 This example accepts two connections on port 4444, sends messages