netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
gate.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 1990,1993 Regents of The University of Michigan.
3 * All Rights Reserved. See COPYRIGHT.
4 */
5
6struct gate {
7 struct gate *g_next, *g_prev;
8 int g_state;
10 struct rtmptab *g_rt;
12};
Definition gate.h:6
int g_state
Definition gate.h:8
struct gate * g_prev
Definition gate.h:7
struct interface * g_iface
Definition gate.h:9
struct sockaddr_at g_sat
Definition gate.h:11
struct rtmptab * g_rt
Definition gate.h:10
struct gate * g_next
Definition gate.h:7
Definition interface.h:11
Definition etc/atalkd/rtmp.h:30
Definition at.h:88