Searched defs:cstate (Results 1 – 3 of 3) sorted by relevance
160 chap_state *cstate = &chap[unit]; in ChapInit() local179 chap_state *cstate = &chap[unit]; in ChapAuthWithPeer() local206 chap_state *cstate = &chap[unit]; in ChapAuthPeer() local230 chap_state *cstate = (chap_state *) arg; in ChapChallengeTimeout() local295 chap_state *cstate = &chap[unit]; in ChapLowerUp() local321 chap_state *cstate = &chap[unit]; in ChapLowerDown() local345 chap_state *cstate = &chap[unit]; in ChapProtocolReject() local365 chap_state *cstate = &chap[unit]; in ChapInput() local710 ChapSendChallenge(chap_state *cstate) in ChapSendChallenge()782 ChapGenChallenge(chap_state *cstate) in ChapGenChallenge()[all …]
105 struct cstate { struct106 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument107 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
366 ChapMS( chap_state *cstate, char *rchallenge, int rchallenge_len, char *secret, int secret_len) in ChapMS()
Completed in 8 milliseconds