|
ucspi-tcp6 1.13.06
ucspi-tcp6
|
#include "sig.h"#include "wait.h"#include "fork.h"#include "buffer.h"#include "logmsg.h"#include "exit.h"
Go to the source code of this file.
Macros | |
| #define | WHO "mconnect-io" |
Functions | |
| int | kill (int, int) |
| ssize_t | myread (int fd, char *buf, size_t len) |
| int | main () |
Variables | |
| char | outbuf [512] |
| buffer | bo |
| char | inbuf [512] |
| buffer | bi |
| #define WHO "mconnect-io" |
Definition at line 8 of file mconnect-io.c.
|
extern |

| int main | ( | ) |
| ssize_t myread | ( | int | fd, |
| char * | buf, | ||
| size_t | len ) |
Definition at line 18 of file mconnect-io.c.


| buffer bi |
Definition at line 16 of file mconnect-io.c.
| buffer bo |
Definition at line 13 of file mconnect-io.c.
| char inbuf[512] |
Definition at line 15 of file mconnect-io.c.
| char outbuf[512] |
Definition at line 12 of file mconnect-io.c.