6#ifndef ATALKD_INTERFACE_H
7#define ATALKD_INTERFACE_H 1
25#define IFACE_PHASE1 0x001
26#define IFACE_PHASE2 0x002
27#define IFACE_LOOPBACK 0x004
28#define IFACE_SEED 0x008
29#define IFACE_ADDR 0x010
30#define IFACE_CONFIG 0x020
31#define IFACE_NOROUTER 0x040
32#define IFACE_LOOP 0x080
33#define IFACE_RSEED 0x100
36#define IFACE_DONTROUTE 0x200
37#define IFACE_ISROUTER 0x400
38#define IFACE_ERROR 0x2000
42#define STABLEANYWAY -2
49#define LOOPIFACE "lo0"
struct interface * ciface
Definition etc/atalkd/main.c:81
struct interface * interfaces
Definition etc/atalkd/main.c:81
struct interface * newiface(const char *)
Definition config.c:821
Definition interface.h:11
struct sockaddr_at i_addr
Definition interface.h:17
struct atport * i_ports
Definition interface.h:22
struct interface * i_next
Definition interface.h:12
struct gate * i_gate
Definition interface.h:21
struct sockaddr_at i_caddr
Definition interface.h:18
struct rtmptab * i_rt
Definition interface.h:20
struct ziptab * i_czt
Definition interface.h:19
int i_group
Definition interface.h:16
int i_flags
Definition interface.h:14
char i_name[IFNAMSIZ]
Definition interface.h:13
int i_time
Definition interface.h:15
Definition etc/atalkd/rtmp.h:30
Definition etc/atalkd/zip.h:11