Searched refs:chap_state (Results 1 – 4 of 4) sorted by relevance
160 chap_state *cstate = &chap[unit]; in ChapInit()179 chap_state *cstate = &chap[unit]; in ChapAuthWithPeer()206 chap_state *cstate = &chap[unit]; in ChapAuthPeer()230 chap_state *cstate = (chap_state *) arg; in ChapChallengeTimeout()257 chap_state *cstate = (chap_state *) arg; in ChapResponseTimeout()274 chap_state *cstate = (chap_state *) arg; in ChapRechallenge()295 chap_state *cstate = &chap[unit]; in ChapLowerUp()321 chap_state *cstate = &chap[unit]; in ChapLowerDown()345 chap_state *cstate = &chap[unit]; in ChapProtocolReject()365 chap_state *cstate = &chap[unit]; in ChapInput()[all …]
99 typedef struct chap_state { struct119 } chap_state; argument143 extern chap_state chap[];
62 void ChapMS (chap_state *, char *, int, char *, int);
366 ChapMS( chap_state *cstate, char *rchallenge, int rchallenge_len, char *secret, int secret_len) in ChapMS()
Completed in 9 milliseconds