Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dchap.c162 BZERO(cstate, sizeof(*cstate)); in ChapInit()
163 cstate->unit = unit; in ChapInit()
239 if (cstate->chal_transmits >= cstate->max_transmits) { in ChapChallengeTimeout()
473 if (!get_secret(cstate->unit, cstate->resp_name, rhostname, in ChapReceiveChallenge()
588 if (!get_secret(cstate->unit, rhostname, cstate->chal_name, in ChapReceiveResponse()
603 MD5Update(&mdContext, cstate->challenge, cstate->chal_len); in ChapReceiveResponse()
627 TIMEOUT(ChapRechallenge, cstate, cstate->chal_interval); in ChapReceiveResponse()
733 pppWrite(cstate->unit, outpacket_buf[cstate->unit], outlen + PPP_HDRLEN); in ChapSendChallenge()
737 TIMEOUT(ChapChallengeTimeout, cstate, cstate->timeouttime); in ChapSendChallenge()
796 cstate->chal_id = ++cstate->id; in ChapGenChallenge()
[all …]
A Dvj.h105 struct cstate { struct
106 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
134 struct cstate *last_cs; /* most recently used tstate */ argument
143 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */
144 struct cstate rstate[MAX_SLOTS]; /* receive connection states */
A Dvj.c54 register struct cstate *tstate = comp->tstate; in vj_compress_init()
141 register struct cstate *cs = comp->last_cs->cs_next; in vj_compress_tcp()
193 register struct cstate *lcs; in vj_compress_tcp()
194 register struct cstate *lastcs = comp->last_cs; in vj_compress_tcp()
430 register struct cstate *cs; in vj_uncompress_uncomp()
468 struct cstate *cs; in vj_uncompress_tcp()
A Dchpms.c366 ChapMS( chap_state *cstate, char *rchallenge, int rchallenge_len, char *secret, int secret_len) in ChapMS() argument
390 BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN); in ChapMS()
391 cstate->resp_length = MS_CHAP_RESPONSE_LEN; in ChapMS()
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dvj.h108 struct cstate { struct
109 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
137 struct cstate *last_cs; /* most recently used tstate */ argument
146 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */
147 struct cstate rstate[MAX_SLOTS]; /* receive connection states */
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dvj.h112 struct cstate { struct
113 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
141 struct cstate *last_cs; /* most recently used tstate */ argument
150 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */
151 struct cstate rstate[MAX_SLOTS]; /* receive connection states */
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dvj.c51 struct cstate *tstate = comp->tstate; in vj_compress_init()
164 struct cstate *cs = comp->last_cs->cs_next; in vj_compress_tcp()
236 struct cstate *lcs; in vj_compress_tcp()
237 struct cstate *lastcs = comp->last_cs; in vj_compress_tcp()
462 struct cstate *cs; in vj_uncompress_uncomp()
501 struct cstate *cs; in vj_uncompress_tcp()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dvj.c51 struct cstate *tstate = comp->tstate; in vj_compress_init()
164 struct cstate *cs = comp->last_cs->cs_next; in vj_compress_tcp()
241 struct cstate *lcs; in vj_compress_tcp()
242 struct cstate *lastcs = comp->last_cs; in vj_compress_tcp()
467 struct cstate *cs; in vj_uncompress_uncomp()
505 struct cstate *cs; in vj_uncompress_tcp()

Completed in 14 milliseconds