#include "config.h"#include "misc.h"#include "dir.h"#include "lisp.h"#include "module.h"#include "system.h"#include <errno.h>#include <fcntl.h>#include <signal.h>Include dependency graph for socket.c:

Namespaces | |
| namespace | Xconq |
Defines | |
| #define | O_RDONLY 0 |
| #define | O_WRONLY 1 |
| #define | O_RDWR 2 |
Functions | |
| int | open_remote_connection (char *methodname, int willhost) |
| void | low_send (int rid, char *buf) |
| int | low_receive (int *ridp, char *buf, int maxchars, int timeout) |
| void | close_remote_connection (int rid) |
Variables | |
| int | public_fd |
| int | public_fd_valid |
| int | nextrid = 2 |
| int | remote_fd [100] |
| int | fd_valid [100] |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6