Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dpppoe.h154 const char *sc_concentrator_name; /* if != NULL: requested concentrator id */ member
/third_party/lwip/src/netif/ppp/
Dpppoe.c200 sc->sc_concentrator_name = concentrator_name; in pppoe_create()
768 if (sc->sc_concentrator_name != NULL) { in pppoe_send_padi()
769 l2 = (int)strlen(sc->sc_concentrator_name); in pppoe_send_padi()
798 if (sc->sc_concentrator_name != NULL) { in pppoe_send_padi()
801 MEMCPY(p, sc->sc_concentrator_name, l2); in pppoe_send_padi()