Searched refs:server_loop (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dserverloop.h24 void server_loop(pid_t, int, int, int);
H A Dsession.c447 * will call do_child from the child, and server_loop from the parent after
616 server_loop(pid, pin[1], pout[0], perr[0]);
617 /* server_loop has closed pin[1], pout[0], and perr[0]. */
625 * Enter the interactive session. Note: server_loop must be able to
632 server_loop(pid, inout[1], inout[1], err[1]);
633 /* server_loop has closed inout[1] and err[1]. */
641 * will call do_child from the child, and server_loop from the parent after
659 * simplifies code in server_loop. The descriptor is bidirectional.
755 server_loop(pid, ptyfd, fdout, -1);
756 /* server_loop _has
[all...]
H A Dserverloop.c558 server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg) function
/macosx-10.10/configd-699.1.5/configd.tproj/
H A Dconfigd_server.c273 server_loop() function
H A Dconfigd_server.h52 void server_loop (void);
H A Dconfigd.m498 server_loop();
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dutils.rb243 def server_loop(ctx, ssls, server_proc) method in class:OpenSSL.OpenSSL
293 server_loop(ctx, ssls, server_proc)

Completed in 111 milliseconds