Home
last modified time | relevance | path

Searched refs:method_name (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dccp.c225 static const char *method_name (ccp_options *, ccp_options *);
1388 static const char *method_name(ccp_options *opt, ccp_options *opt2) { in method_name() function
1469 ppp_notice("%s compression enabled", method_name(go, ho)); in ccp_up()
1471 ppp_strlcpy(method1, method_name(go, NULL), sizeof(method1)); in ccp_up()
1473 method1, method_name(ho, NULL)); in ccp_up()
1476 ppp_notice("%s receive compression enabled", method_name(go, NULL)); in ccp_up()
1478 ppp_notice("%s transmit compression enabled", method_name(ho, NULL)); in ccp_up()