ripd_conf
extern struct ripd_conf *conf;
if_init(struct ripd_conf *xconf, struct iface *iface)
extern struct ripd_conf *oeconf;
find_iface(struct ripd_conf *xconf, unsigned int ifindex, struct in_addr src)
struct iface *find_iface(struct ripd_conf *, unsigned int, struct in_addr);
struct ripd_conf *xconf = bula;
struct ripd_conf *
if ((conf = calloc(1, sizeof(struct ripd_conf))) == NULL)
static struct ripd_conf *conf;
clear_config(struct ripd_conf *xconf)
void clear_config(struct ripd_conf *);
print_config(struct ripd_conf *conf)
void print_mainconf(struct ripd_conf *);
void print_redistribute(struct ripd_conf *);
print_mainconf(struct ripd_conf *conf)
print_redistribute(struct ripd_conf *conf)
struct ripd_conf *rdeconf = NULL;
rde(struct ripd_conf *xconf, int pipe_parent2rde[2], int pipe_ripe2rde[2],
pid_t rde(struct ripd_conf *, int [2], int [2], int [2]);
extern struct ripd_conf *rdeconf;
struct ripd_conf *conf = NULL;
struct ripd_conf *parse_config(char *, int);
void print_config(struct ripd_conf *);
struct ripd_conf *oeconf = NULL;
ripe(struct ripd_conf *xconf, int pipe_parent2ripe[2], int pipe_ripe2rde[2],
pid_t ripe(struct ripd_conf *, int [2], int [2], int [2]);
void if_init(struct ripd_conf *, struct iface *);