Searched defs:rds_smallest_port (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c62 #define rds_smallest_port 1 macro
93 static int loopmax = rds_largest_port - rds_smallest_port + 1;
378 if (port < rds_smallest_port)
379 port = rds_smallest_port;

Completed in 45 milliseconds