Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dvj.h112 struct cstate { struct
113 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
114 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