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()
318 in_port_t allocated_port; in tcp_bind_select_lport() local484 allocated_port = tcp_bindi(tcp, requested_port, &v6addr, in tcp_bind_select_lport()488 if (allocated_port == 0) { in tcp_bind_select_lport()514 *requested_port_ptr = allocated_port; in tcp_bind_select_lport()
1181 in_port_t requested_port, allocated_port; in tcp_bind() local1213 allocated_port = tcp_bindi(requested_port, &(tcp->tcp_bound_source), in tcp_bind()1216 if (allocated_port == 0) { in tcp_bind()1220 tcp->tcp_lport = htons(allocated_port); in tcp_bind()