Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dchap.c160 chap_state *cstate = &chap[unit]; in ChapInit() local
179 chap_state *cstate = &chap[unit]; in ChapAuthWithPeer() local
206 chap_state *cstate = &chap[unit]; in ChapAuthPeer() local
230 chap_state *cstate = (chap_state *) arg; in ChapChallengeTimeout() local
257 chap_state *cstate = (chap_state *) arg; in ChapResponseTimeout() local
274 chap_state *cstate = (chap_state *) arg; in ChapRechallenge() local
295 chap_state *cstate = &chap[unit]; in ChapLowerUp() local
321 chap_state *cstate = &chap[unit]; in ChapLowerDown() local
345 chap_state *cstate = &chap[unit]; in ChapProtocolReject() local
365 chap_state *cstate = &chap[unit]; in ChapInput() local
[all …]
H A Dvj.h105 struct cstate { struct
106 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
107 u_short cs_hlen; /* size of hdr (receive only) */
108 u_char cs_id; /* connection # associated with this state */
109 u_char cs_filler;
110 union {
134 struct cstate *last_cs; /* most recently used tstate */ argument
H A Dchpms.c366 ChapMS( chap_state *cstate, char *rchallenge, int rchallenge_len, char *secret, int secret_len) in ChapMS()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dvj.h108 struct cstate { struct
109 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
110 u16_t cs_hlen; /* size of hdr (receive only) */
111 u8_t cs_id; /* connection # associated with this state */
112 u8_t cs_filler;
113 union {
137 struct cstate *last_cs; /* most recently used tstate */ argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/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