Searched defs:bind_to_req_port_only (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c228 boolean_t bind_to_req_port_only; local
288 bind_to_req_port_only = requested_port == 0 ? B_FALSE : B_TRUE;
298 err = sctp_bindi(sctp, requested_port, bind_to_req_port_only,
527 * If the "bind_to_req_port_only" parameter is set and the requested port
531 * If the "bind_to_req_port_only" parameter is not set and the requested port
540 sctp_bindi(sctp_t *sctp, in_port_t port, boolean_t bind_to_req_port_only, argument
556 if (bind_to_req_port_only) {
756 return (bind_to_req_port_only ? EADDRINUSE : EADDRNOTAVAIL);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c311 boolean_t bind_to_req_port_only, cred_t *cr)
324 * XXX It's up to the caller to specify bind_to_req_port_only or not.
482 connp->conn_reuseaddr, B_FALSE, bind_to_req_port_only,
492 if (bind_to_req_port_only) {
520 boolean_t bind_to_req_port_only)
626 bind_to_req_port_only = requested_port != 0 && bind_to_req_port_only;
629 bind_to_req_port_only, cr);
639 * If the "bind_to_req_port_only" parameter is set, if the requested port
642 * If "bind_to_req_port_only" paramete
310 tcp_bind_select_lport(tcp_t *tcp, in_port_t *requested_port_ptr, boolean_t bind_to_req_port_only, cred_t *cr) argument
519 tcp_bind_check(conn_t *connp, struct sockaddr *sa, socklen_t len, cred_t *cr, boolean_t bind_to_req_port_only) argument
655 tcp_bindi(tcp_t *tcp, in_port_t port, const in6_addr_t *laddr, int reuseaddr, boolean_t quick_connect, boolean_t bind_to_req_port_only, boolean_t user_specified) argument
[all...]
H A Dtcp.c4051 boolean_t bind_to_req_port_only)
4064 error = tcp_bind_check(connp, sa, len, cr, bind_to_req_port_only);
4312 int backlog, cred_t *cr, boolean_t bind_to_req_port_only)
4363 bind_to_req_port_only);
4050 tcp_do_bind(conn_t *connp, struct sockaddr *sa, socklen_t len, cred_t *cr, boolean_t bind_to_req_port_only) argument
4311 tcp_do_listen(conn_t *connp, struct sockaddr *sa, socklen_t len, int backlog, cred_t *cr, boolean_t bind_to_req_port_only) argument
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4813 boolean_t bind_to_req_port_only)
4898 if (requested_port == 0 || !bind_to_req_port_only)
4899 bind_to_req_port_only = B_FALSE;
4901 bind_to_req_port_only = B_TRUE;
4985 * "bind_to_req_port_only". If set the bind fails; otherwise we
5130 if (bind_to_req_port_only) {
4812 udp_do_bind(conn_t *connp, struct sockaddr *sa, socklen_t len, cred_t *cr, boolean_t bind_to_req_port_only) argument
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c1138 boolean_t bind_to_req_port_only)
1164 if (bind_to_req_port_only) {
1183 boolean_t bind_to_req_port_only; local
1206 bind_to_req_port_only = B_FALSE;
1208 bind_to_req_port_only = B_TRUE;
1215 reuseaddr, bind_to_req_port_only);
1137 tcp_bindi(in_port_t port, in_addr_t *addr, boolean_t reuseaddr, boolean_t bind_to_req_port_only) argument

Completed in 85 milliseconds