#include "libnuclient.h"
#include "proto.h"
#include "tcptable.h"
#include <inttypes.h>
#include <jhash.h>
#include <nubase.h>
Include dependency graph for tcptable.c:

Go to the source code of this file.
Defines | |
| #define | USE_JHASH3 |
Functions | |
| int | tcptable_read (nuauth_session_t *session, conntable_t *ct) |
| int | tcptable_init (conntable_t **ct) |
| int | tcptable_hash (conn_t *c) |
| void | tcptable_add (conntable_t *ct, conn_t *c) |
| conn_t * | tcptable_find (conntable_t *ct, conn_t *c) |
| void | tcptable_free (conntable_t *ct) |
Here are functions to get live connection table from the operating system. Main function is tcptable_read().
Definition in file tcptable.c.
| #define USE_JHASH3 |
Definition at line 27 of file tcptable.c.
1.4.7