Searched refs:SMALLEST_ANON_PORT (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/stand/lib/sock/ | ||
H A D | socket_impl.h | 53 #define SMALLEST_ANON_PORT 32768 macro |
H A D | socket.c | 648 for (i = SMALLEST_ANON_PORT; i <= LARGEST_ANON_PORT; i++) { in quickbind() |