Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppoe.c536 sc->sc_hunique_len = hunique_len; in pppoe_disc_input()
574 sc->sc_hunique_len = hunique_len; in pppoe_disc_input()
959 …sc->sc_hunique_len = 0; /* probably not necessary, if state is initial we shouldn't have to access… in pppoe_disconnect()
1072 len += 2 + 2 + sc->sc_hunique_len; in pppoe_send_pado()
1085 PPPOE_ADD_16(p, sc->sc_hunique_len); in pppoe_send_pado()
1086 MEMCPY(p, sc->sc_hunique, sc->sc_hunique_len); in pppoe_send_pado()
1101 len += 2 + 2 + 2 + 2 + sc->sc_hunique_len; /* service name, host unique*/ in pppoe_send_pads()
1122 PPPOE_ADD_16(p, sc->sc_hunique_len); in pppoe_send_pads()
1123 MEMCPY(p, sc->sc_hunique, sc->sc_hunique_len); in pppoe_send_pads()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dpppoe.h156 u8_t sc_hunique_len; /* length of host unique */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dpppoe.h156 u8_t sc_hunique_len; /* length of host unique */ member

Completed in 5 milliseconds