Lines Matching +full:step +full:- +full:down
78 ``internet super-server.'' \fIInetd\fP listens at a variety
79 of ports, determined at start-up by reading a configuration file.
129 sin.sin_port = sp->s_port; /* Restricted port -- see section 5 */
160 The first step taken by the server is look up its service
181 Step two is to disassociate the server from the controlling
198 This step is important as the server will
211 with a user-id of root.
264 the first step is to locate the service definition for a remote
289 bcopy(hp->h_addr, (char *) &server.sin_addr, hp->h_length);
290 server.sin_family = hp->h_addrtype;
291 server.sin_port = sp->s_port;
297 s = socket(hp->h_addrtype, SOCK_STREAM, 0);
312 While connection-based services are the norm, some services
333 ernie down 0:24
334 esvax down 17:04
335 ingres down 0:26
339 merlin down 19+15:37
342 oz down 16:09
378 down and indicate such on the status reports. This algorithm
379 is prone to error as a server may be down while a host is actually
391 sin.sin_port = sp->s_port;
415 if (from.sin_port != sp->s_port) {
481 environment not have any site-dependent information compiled into it.
484 host-specific information from applications by providing system