Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_oe.c290 const char *err_msg; in pppoe_dispatch_disc_pkt() local
306 err_msg = NULL; in pppoe_dispatch_disc_pkt()
381 err_msg = "SERVICE NAME ERROR"; in pppoe_dispatch_disc_pkt()
385 err_msg = "AC SYSTEM ERROR"; in pppoe_dispatch_disc_pkt()
389 err_msg = "GENERIC ERROR"; in pppoe_dispatch_disc_pkt()
393 if (err_msg) { in pppoe_dispatch_disc_pkt()
398 PPPDEBUG(LOG_DEBUG, ("%s: %s: %s\n", devname, err_msg, pppoe_error_tmp)); in pppoe_dispatch_disc_pkt()
400 PPPDEBUG(LOG_DEBUG, ("%s: %s\n", devname, err_msg)); in pppoe_dispatch_disc_pkt()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dpppoe.c379 const char *err_msg = NULL; in pppoe_disc_input() local
475 err_msg = "SERVICE NAME ERROR"; in pppoe_disc_input()
478 err_msg = "AC SYSTEM ERROR"; in pppoe_disc_input()
481 err_msg = "GENERIC ERROR"; in pppoe_disc_input()
488 if (err_msg != NULL) { in pppoe_disc_input()
494 …: %s: %s\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, err_msg, error_tmp)); in pppoe_disc_input()
496 PPPDEBUG(LOG_DEBUG, ("pppoe: %s: %s\n", err_msg, error_tmp)); in pppoe_disc_input()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dpppoe.c378 const char *err_msg = NULL; in pppoe_disc_input() local
474 err_msg = "SERVICE NAME ERROR"; in pppoe_disc_input()
477 err_msg = "AC SYSTEM ERROR"; in pppoe_disc_input()
480 err_msg = "GENERIC ERROR"; in pppoe_disc_input()
487 if (err_msg != NULL) { in pppoe_disc_input()
493 …: %s: %s\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, err_msg, error_tmp)); in pppoe_disc_input()
495 PPPDEBUG(LOG_DEBUG, ("pppoe: %s: %s\n", err_msg, error_tmp)); in pppoe_disc_input()

Completed in 8 milliseconds