Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_pcb.c1766 uint16_t port_attempt; in sctp_inpcb_bind() local
1772 if (port_attempt == 0) { in sctp_inpcb_bind()
1775 if (port_attempt < IPPORT_RESERVED) { in sctp_inpcb_bind()
1776 port_attempt += IPPORT_RESERVED; in sctp_inpcb_bind()
1787 if (port_attempt == 0) { in sctp_inpcb_bind()
1790 if (port_attempt < IPPORT_RESERVED) { in sctp_inpcb_bind()
1791 port_attempt += IPPORT_RESERVED; in sctp_inpcb_bind()
1801 if (port_attempt == 0) { in sctp_inpcb_bind()
1805 if (port_attempt < IPPORT_RESERVED) { in sctp_inpcb_bind()
1806 port_attempt += IPPORT_RESERVED; in sctp_inpcb_bind()
[all …]