ucspi-tcp6 1.13.02
ucspi-tcp6
Loading...
Searching...
No Matches
Macros | Functions | Variables
mconnect-io.c File Reference
#include "sig.h"
#include "wait.h"
#include "fork.h"
#include "buffer.h"
#include "logmsg.h"
#include "exit.h"
Include dependency graph for mconnect-io.c:

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, int len)
 
int main ()
 

Variables

char outbuf [512]
 
buffer bo
 
char inbuf [512]
 
buffer bi
 

Macro Definition Documentation

◆ WHO

#define WHO   "mconnect-io"

Definition at line 8 of file mconnect-io.c.

Function Documentation

◆ kill()

int kill ( int  ,
int   
)
Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 24 of file mconnect-io.c.

Here is the call graph for this function:

◆ myread()

ssize_t myread ( int  fd,
char *  buf,
int  len 
)

Definition at line 18 of file mconnect-io.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ bi

buffer bi

Definition at line 16 of file mconnect-io.c.

◆ bo

buffer bo

Definition at line 13 of file mconnect-io.c.

◆ inbuf

char inbuf[512]

Definition at line 15 of file mconnect-io.c.

◆ outbuf

char outbuf[512]

Definition at line 12 of file mconnect-io.c.