Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dpppoe.c527 if (sc->sc_hunique) { in pppoe_disc_input()
528 mem_free(sc->sc_hunique); in pppoe_disc_input()
530 sc->sc_hunique = mem_malloc(hunique_len); in pppoe_disc_input()
531 if (sc->sc_hunique == NULL) { in pppoe_disc_input()
535 MEMCPY(sc->sc_hunique, hunique, hunique_len); in pppoe_disc_input()
565 if (sc->sc_hunique) { in pppoe_disc_input()
566 mem_free(sc->sc_hunique); in pppoe_disc_input()
568 sc->sc_hunique = mem_malloc(hunique_len); in pppoe_disc_input()
569 if (sc->sc_hunique == NULL) { in pppoe_disc_input()
573 MEMCPY(sc->sc_hunique, hunique, hunique_len); in pppoe_disc_input()
[all …]
/third_party/lwip/src/include/netif/ppp/
Dpppoe.h159 u8_t *sc_hunique; /* content of host unique we must echo back */ member