Go to the source code of this file.
Functions | |
LISP | siod_send_lisp_to_client (LISP x) |
void | sock_acknowledge_error () |
long | repl_from_socket (int fd) |
void | init_subrs_srv (void) |
Variables | |
int | siod_server_socket = -1 |
LISP siod_send_lisp_to_client | ( | LISP | x | ) |
Definition at line 20 of file slib_server.cc.
void sock_acknowledge_error | ( | ) |
Definition at line 57 of file slib_server.cc.
long repl_from_socket | ( | int | fd | ) |
Definition at line 92 of file slib_server.cc.
void init_subrs_srv | ( | void | ) |
Definition at line 121 of file slib_server.cc.
int siod_server_socket = -1 |
Definition at line 18 of file slib_server.cc.