Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dpppoe.h135 #ifndef PPPOE_MAX_AC_COOKIE_LEN
136 #define PPPOE_MAX_AC_COOKIE_LEN 64 macro
152 u8_t sc_ac_cookie[PPPOE_MAX_AC_COOKIE_LEN]; /* content of AC cookie we must echo back */
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dpppoe.h135 #ifndef PPPOE_MAX_AC_COOKIE_LEN
136 #define PPPOE_MAX_AC_COOKIE_LEN 64 macro
152 u8_t sc_ac_cookie[PPPOE_MAX_AC_COOKIE_LEN]; /* content of AC cookie we must echo back */
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppoe.c464 if (len > PPPOE_MAX_AC_COOKIE_LEN) { in pppoe_disc_input()
465 …G(LOG_DEBUG, ("pppoe: AC cookie is too long: len = %d, max = %d\n", len, PPPOE_MAX_AC_COOKIE_LEN)); in pppoe_disc_input()

Completed in 6 milliseconds