Home | History | Annotate | Download | only in pppd

Lines Matching full:protocols

609  * find_option - scan the option lists for the various protocols
635 for (i = 0; protocols[i] != NULL; ++i)
636 if ((opt = protocols[i]->options) != NULL)
1038 for (i = 0; protocols[i] != NULL; ++i)
1039 print_option_list(protocols[i]->options, printer, arg);