Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dpppoe.h150 u8_t *sc_concentrator_name; /* if != NULL: requested concentrator id */ member
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dpppoe.h154 u8_t *sc_concentrator_name; /* if != NULL: requested concentrator id */ member
/components/net/lwip/lwip-1.4.1/src/include/netif/
A Dppp_oe.h159 char *sc_concentrator_name; /* if != NULL: requested concentrator id */ member
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_oe.c196 if (sc->sc_concentrator_name) { in pppoe_destroy()
197 mem_free(sc->sc_concentrator_name); in pppoe_destroy()
688 if (sc->sc_concentrator_name != NULL) { in pppoe_send_padi()
689 l2 = (int)strlen(sc->sc_concentrator_name); in pppoe_send_padi()
718 if (sc->sc_concentrator_name != NULL) { in pppoe_send_padi()
721 MEMCPY(p, sc->sc_concentrator_name, l2); in pppoe_send_padi()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dpppoe.c305 if (sc->sc_concentrator_name) { in pppoe_destroy()
306 mem_free(sc->sc_concentrator_name); in pppoe_destroy()
771 if (sc->sc_concentrator_name != NULL) { in pppoe_send_padi()
772 l2 = (int)strlen(sc->sc_concentrator_name); in pppoe_send_padi()
801 if (sc->sc_concentrator_name != NULL) { in pppoe_send_padi()
804 MEMCPY(p, sc->sc_concentrator_name, l2); in pppoe_send_padi()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dpppoe.c304 if (sc->sc_concentrator_name) { in pppoe_destroy()
305 mem_free(sc->sc_concentrator_name); in pppoe_destroy()
769 if (sc->sc_concentrator_name != NULL) { in pppoe_send_padi()
770 l2 = (int)strlen(sc->sc_concentrator_name); in pppoe_send_padi()
799 if (sc->sc_concentrator_name != NULL) { in pppoe_send_padi()
802 MEMCPY(p, sc->sc_concentrator_name, l2); in pppoe_send_padi()

Completed in 13 milliseconds