#include "config.h"
#include <iostream>
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/time.h>
#include "bufferstore.h"
#include "bufferarray.h"
#include "link.h"
#include "ncp_log.h"
#include "ncp.h"
#include "packet.h"
Go to the source code of this file.
◆ add() [1/3]
◆ add() [2/3]
◆ add() [3/3]
◆ expire_check()
| static void * expire_check |
( |
void * |
arg | ) |
|
|
static |
◆ olderthan()
| static bool olderthan |
( |
struct timeval |
t1, |
|
|
struct timeval |
t2 |
|
) |
| |
|
static |
◆ timesub()
| static void timesub |
( |
struct timeval * |
tv, |
|
|
unsigned long |
millisecs |
|
) |
| |
|
static |