]> arthur.barton.de Git - netatalk.git/blob - etc/atalkd/gate.h
Initial revision
[netatalk.git] / etc / atalkd / gate.h
1 /*
2  * Copyright (c) 1990,1993 Regents of The University of Michigan.
3  * All Rights Reserved. See COPYRIGHT.
4  */
5
6 struct gate {
7     struct gate         *g_next,
8                         *g_prev;
9     int                 g_state;
10     struct interface    *g_iface;
11     struct rtmptab      *g_rt;
12     struct sockaddr_at  g_sat;
13 };