Home
last modified time | relevance | path

Searched refs:port (Results 1 – 4 of 4) sorted by relevance

/inet/
A Dbindresvport.c51 static short port; in bindresvport() local
73 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()
A Dgetsrvbypt_r.c24 #define ADD_PARAMS int port, const char *proto
25 #define ADD_VARIABLES port, proto
A Dgetsrvbypt.c24 #define ADD_PARAMS int port, const char *proto
25 #define ADD_VARIABLES port, proto
A Drexec.c55 u_short port = 0; in rexec_af() local
107 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