#include <sys/types.h>
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <atalk/logger.h>
#include <net/if.h>
#include <net/route.h>
#include "at.h"
#include "at_var.h"
#include "ddp.h"
#include "ddp_var.h"
#include <ctype.h>
Macros | |
#define | BPXLEN 48 |
#define | BPALEN 16 |
Functions | |
unsigned short | at_cksum () |
atintr () | |
ddp_input (struct mbuf *m, struct ifnet *ifp, struct elaphdr *elh, int phase) | |
m_printm (struct mbuf *m) | |
bprint (char *data, int len) |
Variables | |
int | ddp_forward = 1 |
int | ddp_firewall = 0 |
int | ddp_cksum |
struct route | forwro |
char | hexdig [] = "0123456789ABCDEF" |
#define BPALEN 16 |
#define BPXLEN 48 |
|
extern |
atintr | ( | ) |
bprint | ( | char * | data, |
int | len ) |
ddp_input | ( | struct mbuf * | m, |
struct ifnet * | ifp, | ||
struct elaphdr * | elh, | ||
int | phase ) |
m_printm | ( | struct mbuf * | m | ) |
|
extern |
int ddp_firewall = 0 |
int ddp_forward = 1 |
struct route forwro |
char hexdig[] = "0123456789ABCDEF" |