Searched defs:allocated_port (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c230 in_port_t allocated_port; local
299 user_specified, &allocated_port);
528 * number is available, then set allocated_port to it. If not available,
532 * number is available, then set allocated_port to it. If not available,
533 * find the first anonymous port we can and set allocated_port to that. If no
541 int user_specified, in_port_t *allocated_port)
730 *allocated_port = port;
540 sctp_bindi(sctp_t *sctp, in_port_t port, boolean_t bind_to_req_port_only, int user_specified, in_port_t *allocated_port) argument
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c316 in_port_t allocated_port; local
481 allocated_port = tcp_bindi(tcp, requested_port, &v6addr,
485 if (allocated_port == 0) {
511 *requested_port_ptr = allocated_port;
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c1182 in_port_t requested_port, allocated_port; local
1214 allocated_port = tcp_bindi(requested_port, &(tcp->tcp_bound_source),
1217 if (allocated_port == 0) {
1221 tcp->tcp_lport = htons(allocated_port);

Completed in 76 milliseconds