Searched refs:bind_to_req_port_only (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_bind.c | 311 boolean_t bind_to_req_port_only, cred_t *cr) in tcp_bind_select_lport() argument 482 connp->conn_reuseaddr, B_FALSE, bind_to_req_port_only, in tcp_bind_select_lport() 492 if (bind_to_req_port_only) { in tcp_bind_select_lport() 520 boolean_t bind_to_req_port_only) in tcp_bind_check() argument 626 bind_to_req_port_only = requested_port != 0 && bind_to_req_port_only; in tcp_bind_check() 629 bind_to_req_port_only, cr); in tcp_bind_check() 657 boolean_t bind_to_req_port_only, boolean_t user_specified) in tcp_bindi() argument 670 if (bind_to_req_port_only) { in tcp_bindi() 813 bind_to_req_port_only) in tcp_bindi()
|
H A D | tcp.c | 4051 boolean_t bind_to_req_port_only) in tcp_do_bind() argument 4064 error = tcp_bind_check(connp, sa, len, cr, bind_to_req_port_only); in tcp_do_bind() 4312 int backlog, cred_t *cr, boolean_t bind_to_req_port_only) in tcp_do_listen() argument 4363 bind_to_req_port_only); in tcp_do_listen()
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_bind.c | 228 boolean_t bind_to_req_port_only; in sctp_bind() local 288 bind_to_req_port_only = requested_port == 0 ? B_FALSE : B_TRUE; in sctp_bind() 298 err = sctp_bindi(sctp, requested_port, bind_to_req_port_only, in sctp_bind() 540 sctp_bindi(sctp_t *sctp, in_port_t port, boolean_t bind_to_req_port_only, in sctp_bindi() argument 556 if (bind_to_req_port_only) { in sctp_bindi() 756 return (bind_to_req_port_only ? EADDRINUSE : EADDRNOTAVAIL); in sctp_bindi()
|
/titanic_50/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 1138 boolean_t bind_to_req_port_only) in tcp_bindi() argument 1164 if (bind_to_req_port_only) { in tcp_bindi() 1183 boolean_t bind_to_req_port_only; in tcp_bind() local 1206 bind_to_req_port_only = B_FALSE; in tcp_bind() 1208 bind_to_req_port_only = B_TRUE; in tcp_bind() 1215 reuseaddr, bind_to_req_port_only); in tcp_bind()
|
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 4907 boolean_t bind_to_req_port_only) in udp_do_bind() argument 4993 if (requested_port == 0 || !bind_to_req_port_only) in udp_do_bind() 4994 bind_to_req_port_only = B_FALSE; in udp_do_bind() 4996 bind_to_req_port_only = B_TRUE; in udp_do_bind() 5317 if (bind_to_req_port_only) { in udp_do_bind()
|