#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/param.h>
#include <sys/types.h>
#include <atalk/logger.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/time.h>
#include <net/if.h>
#include <net/route.h>
#include <netatalk/at.h>
#include <atalk/ddp.h>
#include <atalk/zip.h>
#include <atalk/atp.h>
#include <atalk/util.h>
#include "atserv.h"
#include "interface.h"
#include "gate.h"
#include "zip.h"
#include "rtmp.h"
#include "list.h"
#include "multicast.h"
#include "main.h"
Functions | |
static int | zonecheck (struct rtmptab *rtmp, struct interface *iface) |
int | zip_packet (struct atport *ap, struct sockaddr_at *from, char *data, int len) |
int | zip_getnetinfo (struct interface *iface) |
struct ziptab * | newzt (const int len, const char *name) |
static int | add_list (struct list **head, void *data) |
int | addzone (struct rtmptab *rt, int len, char *zone) |
Variables | |
struct ziptab * | ziptab = NULL |
struct ziptab * | ziplast = NULL |
|
static |
int addzone | ( | struct rtmptab * | rt, |
int | len, | ||
char * | zone ) |
struct ziptab * newzt | ( | const int | len, |
const char * | name ) |
int zip_getnetinfo | ( | struct interface * | iface | ) |
int zip_packet | ( | struct atport * | ap, |
struct sockaddr_at * | from, | ||
char * | data, | ||
int | len ) |
struct ziptab * ziplast = NULL |
struct ziptab* ziptab = NULL |