Searched refs:port (Results 1 – 4 of 4) sorted by relevance
51 static short port; in bindresvport() local73 if (port == 0) in bindresvport()75 port = (__getpid () % NPORTS) + STARTPORT; in bindresvport()89 sin->sin_port = htons (port++); in bindresvport()90 if (port > endport) in bindresvport()91 port = startport; in bindresvport()102 port = LOWPORT + port % (STARTPORT - LOWPORT); in bindresvport()
24 #define ADD_PARAMS int port, const char *proto25 #define ADD_VARIABLES port, proto
55 u_short port = 0; in rexec_af() local107 port = 0; in rexec_af()133 port = 0; in rexec_af()137 port = atoi(servbuff); in rexec_af()138 (void) sprintf(num, "%u", port); in rexec_af()146 port = 0; in rexec_af()184 if (port) in rexec_af()
Completed in 4 milliseconds