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.c364 {1024, ULP_MAX_PORT, 32*1024}, {32*1024} },
368 {1024, ULP_MAX_PORT, ULP_MAX_PORT},
369 {ULP_MAX_PORT} },
511 {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

Completed in 60 milliseconds