Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
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()
/external/syslinux/core/lwip/src/include/netif/
Dppp_oe.h159 char *sc_concentrator_name; /* if != NULL: requested concentrator id */ member