Home
last modified time | relevance | path

Searched refs:chap_state (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c111 chap_state chap[NUM_PPP]; /* CHAP state; one for each unit */
115 static void ChapReceiveChallenge __P((chap_state *, u_char *, int, int));
117 static void ChapReceiveResponse __P((chap_state *, u_char *, int, int));
118 static void ChapReceiveSuccess __P((chap_state *, u_char *, int, int));
119 static void ChapReceiveFailure __P((chap_state *, u_char *, int, int));
120 static void ChapSendStatus __P((chap_state *, int));
121 static void ChapSendChallenge __P((chap_state *));
122 static void ChapSendResponse __P((chap_state *));
123 static void ChapGenChallenge __P((chap_state *));
158 chap_state *cstate = &chap[unit];
[all …]
H A Dchap_ms.h35 void ChapMS __P((chap_state *, u_char *, int, char *, int));
36 void ChapMSv2 __P((chap_state *, u_char *, int, char *, int));
37 int ChapMSValidate __P((chap_state *cstate, u_char *response, int response_len,
39 int ChapMSv2Validate __P((chap_state *cstate, char *rhostname,
H A Dchap.h74 typedef struct chap_state { struct
98 } chap_state; argument
136 extern chap_state chap[];
H A Dmschap_test.c23 show_response(chap_state *cstate, const char *str) in show_response()
44 chap_state cstate;
H A Dchap_ms.c344 chap_state *cstate; in ChapMS()
380 chap_state *cstate; in ChapMSStatus()
395 chap_state *cstate; in ChapMSValidate()
490 chap_state *cstate; in ChapMSv2()
519 chap_state *cstate; in ChapMSv2Success()
604 chap_state *cstate; in ChapMSv2Validate()