Lines Matching +full:step +full:- +full:up
70 the server process ``wakes up'' and services the client,
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
273 Next the destination host is looked up with a
283 connection to the server at the requested host and start up the
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
327 arpa up 9:45, 5 users, load 1.15, 1.39, 1.31
328 cad up 2+12:04, 8 users, load 4.67, 5.13, 4.59
329 calder up 10:10, 0 users, load 0.27, 0.15, 0.14
330 dali up 2+06:28, 9 users, load 1.04, 1.20, 1.65
331 degas up 25+09:48, 0 users, load 1.49, 1.43, 1.41
332 ear up 5+00:05, 0 users, load 1.51, 1.54, 1.56
336 kim up 3+09:16, 8 users, load 2.03, 2.46, 3.11
337 matisse up 3+06:18, 0 users, load 0.03, 0.03, 0.05
338 medea up 3+09:39, 2 users, load 0.35, 0.37, 0.50
340 miro up 1+07:20, 7 users, load 4.59, 3.28, 2.12
341 monet up 1+00:43, 2 users, load 0.22, 0.09, 0.07
343 statvax up 2+15:57, 3 users, load 1.52, 1.81, 1.86
344 ucbvax up 9:34, 2 users, load 6.08, 5.16, 3.28
366 Setting up multicast sockets is described in Section 5.10.
391 sin.sin_port = sp->s_port;
415 if (from.sin_port != sp->s_port) {
442 acquiring system status information, packaging it up in a message
481 environment not have any site-dependent information compiled into it.
484 host-specific information from applications by providing system