HomeSort by relevance Sort by last modified time
    Searched refs:upap_state (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
upap.h 62 typedef struct upap_state { struct
75 } upap_state; typedef in typeref:struct:upap_state
105 extern upap_state upap[];
upap.c 109 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...]

Completed in 10 milliseconds