Lines Matching defs:GREconv
78 typedef struct GREconv GREconv; typedef
79 struct GREconv{ struct
80 int raw;
83 uchar north[4]; /* HA */
84 uchar south[4]; /* Base station */
85 uchar hoa[4]; /* Home address */
86 uchar coa[4]; /* Careof address */
87 ulong seq; /* Current sequence # */
88 int dlsusp; /* Downlink suspended? */
89 int ulsusp; /* Uplink suspended? */
90 ulong ulkey; /* GRE key */
92 QLock lock; /* Lock for rings */
93 Bring dlpending; /* Ring of pending packets */
94 Bring dlbuffered; /* Received while suspended */
95 Bring ulbuffered; /* Received while suspended */