Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c571 sctps->sctps_smallest_anon_port + 1); in sctp_bindi()
778 if (port < sctps->sctps_smallest_anon_port) in sctp_update_next_port()
779 port = sctps->sctps_smallest_anon_port; in sctp_update_next_port()
785 port = sctps->sctps_smallest_anon_port; in sctp_update_next_port()
H A Dsctp_impl.h104 #define sctps_smallest_anon_port sctps_propinfo_tbl[14].prop_cur_uval macro