Home | History | Annotate | Download | only in pppd

Lines Matching refs:option_t

126 extern option_t auth_options[];
166 static option_t *find_option __P((const char *name));
167 static int process_option __P((option_t *, char *, char **));
168 static int n_arguments __P((option_t *));
175 option_t *options;
184 option_t general_options[] = {
354 option_t *opt;
395 option_t *opt;
526 option_t *opt;
564 * match_option - see if this option matches an option_t structure.
569 option_t *opt;
587 static option_t *
591 option_t *opt;
623 option_t *opt;
634 option_t *mainopt = opt;
810 option_t *opt;
830 option_t *opt;
841 option_t *opt;
868 option_t *opt, *mainopt;
932 void (*oprt) __P((option_t *,
935 oprt = (void (*) __P((option_t *,
973 option_t *opt;