Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c94 if (*requested_port < sctps->sctps_smallest_nonpriv_port) { in sctp_select_port()
788 if (port < sctps->sctps_smallest_nonpriv_port) in sctp_update_next_port()
789 port = sctps->sctps_smallest_nonpriv_port; in sctp_update_next_port()
H A Dsctp_impl.h92 #define sctps_smallest_nonpriv_port sctps_propinfo_tbl[4].prop_cur_uval macro