Searched refs:error_tmp (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
H A D | pppoe.c | 486 char error_tmp[PPPOE_ERRORSTRING_LEN]; in pppoe_disc_input() local 487 u16_t error_len = LWIP_MIN(len, sizeof(error_tmp)-1); in pppoe_disc_input() 488 strncpy(error_tmp, (char*)pb->payload + off + sizeof(pt), error_len); in pppoe_disc_input() 489 error_tmp[error_len] = '\0'; in pppoe_disc_input() 491 PPPDEBUG(LOG_DEBUG, ("pppoe: %c%c%"U16_F": %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() 493 PPPDEBUG(LOG_DEBUG, ("pppoe: %s: %s\n", err_msg, error_tmp)); in pppoe_disc_input()
|
Completed in 2 milliseconds