#include <arpa/inet.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <net/if.h>
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <atalk/logger.h>
#include <atalk/unicode.h>
#include <atalk/util.h>
#include <netatalk/at.h>
#include "interface.h"
#include "multicast.h"
#include "rtmp.h"
#include "zip.h"
#include "list.h"
#include "main.h"
Data Structures | |
struct | param |
Macros | |
#define | IFF_SLAVE 0 |
#define | ARGV_CHUNK_SIZE 128 |
#define | MAXLINELEN 2048 |
Functions | |
int | router (struct interface *iface, char **av) |
int | dontroute (struct interface *iface, char **av) |
int | seed (struct interface *iface, char **av) |
int | phase (struct interface *iface, char **av) |
int | net (struct interface *iface, char **av) |
int | addr (struct interface *iface, char **av) |
int | zone (struct interface *iface, char **av) |
static char ** | at_parseline (const char *line) |
static void | freeline (char **argv) |
int | writeconf (char *cf) |
int | readconf (char *cf) |
int | router (struct interface *iface, char **av _U_) |
int | dontroute (struct interface *iface, char **av _U_) |
int | seed (struct interface *iface, char **av _U_) |
int | getifconf (void) |
struct interface * | newiface (const char *name) |
Variables | |
static const struct param | params [] |
#define ARGV_CHUNK_SIZE 128 |
#define IFF_SLAVE 0 |
#define MAXLINELEN 2048 |
int addr | ( | struct interface * | iface, |
char ** | av ) |
|
static |
int dontroute | ( | struct interface * | iface, |
char **av | _U_ ) |
int dontroute | ( | struct interface * | iface, |
char ** | av ) |
|
static |
int getifconf | ( | void | ) |
int net | ( | struct interface * | iface, |
char ** | av ) |
struct interface * newiface | ( | const char * | name | ) |
int phase | ( | struct interface * | iface, |
char ** | av ) |
int readconf | ( | char * | cf | ) |
int router | ( | struct interface * | iface, |
char **av | _U_ ) |
int router | ( | struct interface * | iface, |
char ** | av ) |
int seed | ( | struct interface * | iface, |
char **av | _U_ ) |
int seed | ( | struct interface * | iface, |
char ** | av ) |
int writeconf | ( | char * | cf | ) |
int zone | ( | struct interface * | iface, |
char ** | av ) |
|
static |