Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c230 in_port_t allocated_port; in sctp_bind() local
299 user_specified, &allocated_port); in sctp_bind()
541 int user_specified, in_port_t *allocated_port) in sctp_bindi() argument
730 *allocated_port = port; in sctp_bindi()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c316 in_port_t allocated_port; in tcp_bind_select_lport() local
481 allocated_port = tcp_bindi(tcp, requested_port, &v6addr, in tcp_bind_select_lport()
485 if (allocated_port == 0) { in tcp_bind_select_lport()
511 *requested_port_ptr = allocated_port; in tcp_bind_select_lport()
/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp.c1182 in_port_t requested_port, allocated_port; in tcp_bind() local
1214 allocated_port = tcp_bindi(requested_port, &(tcp->tcp_bound_source), in tcp_bind()
1217 if (allocated_port == 0) { in tcp_bind()
1221 tcp->tcp_lport = htons(allocated_port); in tcp_bind()