Home | History | Annotate | Download | only in pppd

Lines Matching refs:method_name

219 static char *method_name __P((ccp_options *, ccp_options *));
1356 method_name(opt, opt2)
1432 notice("%s compression enabled", method_name(go, ho));
1434 strlcpy(method1, method_name(go, NULL), sizeof(method1));
1436 method1, method_name(ho, NULL));
1439 notice("%s receive compression enabled", method_name(go, NULL));
1441 notice("%s transmit compression enabled", method_name(ho, NULL));