Searched refs:cstate (Results 1 – 8 of 8) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/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() 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 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()
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | vj.h | 108 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 D | vj.h | 112 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 D | vj.c | 51 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 D | vj.c | 51 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