Home | History | Annotate | Download | only in pppd

Lines Matching refs:unit

214 extern int	ifunit;		/* Interface unit number */
314 extern int req_unit; /* interface unit number to use */
394 void (*init) __P((int unit));
396 void (*input) __P((int unit, u_char *pkt, int len));
398 void (*protrej) __P((int unit));
400 void (*lowerup) __P((int unit));
402 void (*lowerdown) __P((int unit));
404 void (*open) __P((int unit));
406 void (*close) __P((int unit, char *reason));
412 void (*datainput) __P((int unit, u_char *pkt, int len));
420 int (*demand_conf) __P((int unit));
553 int get_srp_secret __P((int unit, char *client, char *server, char *secret,