RTEMS CPU Kit with SuperCore
|
#include <stdint.h>
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/systm.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <net/slcompress.h>
Functions | |
void | sl_compress_init (struct slcompress *comp, int max_state) |
u_int | sl_compress_tcp (struct mbuf *m, struct ip *ip, struct slcompress *comp, int compress_cid) |
int | sl_uncompress_tcp (u_char **bufp, int len, u_int type, struct slcompress *comp) |
int | sl_uncompress_tcp_core (u_char *buf, int buflen, int total_len, u_int type, struct slcompress *comp, u_char **hdrp, u_int *hlenp) |
#define DECODEL | ( | f | ) |
#define DECODES | ( | f | ) |
#define DECODEU | ( | f | ) |
#define ENCODE | ( | n | ) |
#define ENCODEZ | ( | n | ) |