Searched refs:cstate (Results 1 – 4 of 4) sorted by relevance
/lk-master/external/lib/lwip/netif/ppp/ |
A D | chap.c | 162 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() 485 cstate->resp_id = id; 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() 737 TIMEOUT(ChapChallengeTimeout, cstate, cstate->timeouttime); in ChapSendChallenge() 796 cstate->chal_id = ++cstate->id; in ChapGenChallenge() [all …]
|
A D | vj.h | 105 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 D | vj.c | 54 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 D | chpms.c | 366 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()
|
Completed in 10 milliseconds