Searched refs:randports (Results 1 - 1 of 1) sorted by relevance

/external/netcat/
H A Dnetcat.c511 a ptr to randports array, whose bytes [so far] carry these meanings:
1323 char * randports = NULL; local
1491 randports = Hmalloc (65536); /* big flag array for ports */
1578 loadports (randports, loport, hiport);
1579 curport = nextport (randports);
1620 curport = nextport (randports);

Completed in 12 milliseconds