Home
last modified time | relevance | path

Searched refs:upap_state (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/
Dupap.c109 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */
113 static void upap_rauthreq __P((upap_state *, u_char *, int, int));
114 static void upap_rauthack __P((upap_state *, u_char *, int, int));
115 static void upap_rauthnak __P((upap_state *, u_char *, int, int));
116 static void upap_sauthreq __P((upap_state *));
117 static void upap_sresp __P((upap_state *, int, int, char *, int));
127 upap_state *u = &upap[unit];
153 upap_state *u = &upap[unit];
182 upap_state *u = &upap[unit];
204 upap_state *u = (upap_state *) arg;
[all …]
Dupap.h62 typedef struct upap_state { struct
75 } upap_state; argument
105 extern upap_state upap[];