Home | History | Annotate | Download | only in pppd

Lines Matching defs:method_name

219 static char *method_name __P((ccp_options *, ccp_options *));
1360 method_name(opt, opt2)
1436 notice("%s compression enabled", method_name(go, ho));
1438 strlcpy(method1, method_name(go, NULL), sizeof(method1));
1440 method1, method_name(ho, NULL));
1443 notice("%s receive compression enabled", method_name(go, NULL));
1445 notice("%s transmit compression enabled", method_name(ho, NULL));