#include "tclcl.h"#include "net.h"#include "packet.h"#include "agent.h"#include <errno.h>Include dependency graph for tap.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | TapAgent |
Defines | |
| #define | TAPDEBUG 1 |
| #define | TDEBUG(x) { if (TAPDEBUG) fprintf(stderr, (x)); } |
| #define | TDEBUG2(x, y) { if (TAPDEBUG) fprintf(stderr, (x), (y)); } |
| #define | TDEBUG3(x, y, z) { if (TAPDEBUG) fprintf(stderr, (x), (y), (z)); } |
| #define | TDEBUG4(w, x, y, z) { if (TAPDEBUG) fprintf(stderr, (w), (x), (y), (z)); } |
| #define | TDEBUG5(v, w, x, y, z) { if (TAPDEBUG) fprintf(stderr, (v), (w), (x), (y), (z)); } |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 50 of file tap.h. Referenced by TapAgent::linknet(), TCPTapAgent::sendpkt(), TapAgent::sendpkt(), and IPTapAgent::sendpkt(). |
|
|
Definition at line 51 of file tap.h. Referenced by TCPTapAgent::recvpkt(), TapAgent::recvpkt(), and IPTapAgent::recvpkt(). |
|
|
Definition at line 52 of file tap.h. Referenced by TapAgent::recvpkt(). |
1.3.3