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
6
struct
gate
{
7
struct
gate
*
g_next
, *
g_prev
;
8
int
g_state
;
9
struct
interface
*
g_iface
;
10
struct
rtmptab
*
g_rt
;
11
struct
sockaddr_at
g_sat
;
12
};
gate
Definition
gate.h:6
gate::g_state
int g_state
Definition
gate.h:8
gate::g_prev
struct gate * g_prev
Definition
gate.h:7
gate::g_iface
struct interface * g_iface
Definition
gate.h:9
gate::g_sat
struct sockaddr_at g_sat
Definition
gate.h:11
gate::g_rt
struct rtmptab * g_rt
Definition
gate.h:10
gate::g_next
struct gate * g_next
Definition
gate.h:7
interface
Definition
interface.h:11
rtmptab
Definition
etc/atalkd/rtmp.h:30
sockaddr_at
Definition
at.h:88
etc
atalkd
gate.h
Generated by
1.14.0