Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_tunables.c119 {1024, ULP_MAX_PORT, (32 * 1024)}, {(32 * 1024)} },
123 {1024, ULP_MAX_PORT, ULP_MAX_PORT}, {ULP_MAX_PORT} },
155 {1, ULP_MAX_PORT, 0}, {0} },
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_tunables.c249 {1024, ULP_MAX_PORT, 32*1024}, {32*1024} },
253 {1024, ULP_MAX_PORT, ULP_MAX_PORT}, {ULP_MAX_PORT} },
354 {1, ULP_MAX_PORT, 0}, {0} },
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c430 {1024, ULP_MAX_PORT, 32*1024}, {32*1024} },
434 {1024, ULP_MAX_PORT, ULP_MAX_PORT},
435 {ULP_MAX_PORT} },
577 {1, ULP_MAX_PORT, 0}, {0} },
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.h147 #define ULP_MAX_PORT (64 * 1024 - 1) macro