Searched defs:cstate (Results 1 – 1 of 1) sorted by relevance
112 struct cstate { struct113 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument114 u16_t cs_hlen; /* size of hdr (receive only) */115 u8_t cs_id; /* connection # associated with this state */116 u8_t cs_filler;117 union {141 struct cstate *last_cs; /* most recently used tstate */ argument