Searched refs:startport (Results 1 – 3 of 3) sorted by relevance
59 static short startport = STARTPORT; in bindresvport() local81 int nports = ENDPORT - startport + 1; in bindresvport()91 port = startport; in bindresvport()97 if (i == nports && startport != LOWPORT) in bindresvport()99 startport = LOWPORT; in bindresvport()
54 int startport; in __hurd_file_name_lookup() local68 startport = (file_name[0] == '/') ? INIT_PORT_CRDIR : INIT_PORT_CWDIR; in __hurd_file_name_lookup()93 err = (*use_init_port) (startport, &lookup_op); in __hurd_file_name_lookup()
7046 * sunrpc/bindrsvprt.c (bindresvport): Wrap around to startport7048 ENDPORT. When changing startport, set endport and port