Home
last modified time | relevance | path

Searched defs:GREconv (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/9/ip/
H A Dgre.c78 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? */
[all …]