Searched refs:allocated_port (Results 1 – 3 of 3) sorted by relevance
230 in_port_t allocated_port; in sctp_bind() local299 user_specified, &allocated_port); in sctp_bind()541 int user_specified, in_port_t *allocated_port) in sctp_bindi() argument730 *allocated_port = port; in sctp_bindi()
316 in_port_t allocated_port; in tcp_bind_select_lport() local481 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()
1182 in_port_t requested_port, allocated_port; in tcp_bind() local1214 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()