Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h53 #define SMALLEST_ANON_PORT 32768 macro
H A Dsocket.c647 for (i = SMALLEST_ANON_PORT; i <= LARGEST_ANON_PORT; i++) { in quickbind()