Searched refs:upap_state (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | upap.c | 99 upap_state upap[NUM_PPP]; /* UPAP state; one for each unit */ 103 static void upap_rauthreq __P((upap_state *, u_char *, int, int)); 104 static void upap_rauthack __P((upap_state *, u_char *, int, int)); 105 static void upap_rauthnak __P((upap_state *, u_char *, int, int)); 106 static void upap_sauthreq __P((upap_state *)); 107 static void upap_sresp __P((upap_state *, int, int, char *, int)); 144 upap_state *u = &upap[unit]; 172 upap_state *u = &upap[unit]; 200 upap_state *u = &upap[unit]; 223 upap_state *u = (upap_state *) arg; [all …]
|
H A D | upap.h | 62 typedef struct upap_state { struct 78 } upap_state; argument 115 extern upap_state upap[];
|