Searched refs:upap_state (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/usr.sbin/pppd/ |
| D | upap.c | 94 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */ 98 static void upap_rauthreq(upap_state *, u_char *, int, int); 99 static void upap_rauthack(upap_state *, u_char *, int, int); 100 static void upap_rauthnak(upap_state *, u_char *, int, int); 101 static void upap_sauthreq(upap_state *); 102 static void upap_sresp(upap_state *, int, int, char *, int); 112 upap_state *u = &upap[unit]; 138 upap_state *u = &upap[unit]; 167 upap_state *u = &upap[unit]; 189 upap_state *u = (upap_state *) arg; [all …]
|
| D | upap.h | 62 typedef struct upap_state { struct 75 } upap_state; argument 105 extern upap_state upap[];
|