Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_oe.c640 u16_t etype; in pppoe_output() local
649 etype = sc->sc_state == PPPOE_STATE_SESSION ? ETHTYPE_PPPOE : ETHTYPE_PPPOEDISC; in pppoe_output()
650 ethhdr->type = htons(etype); in pppoe_output()
655 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, etype, in pppoe_output()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dpppoe.c724 u16_t etype; in pppoe_output() local
736 etype = sc->sc_state == PPPOE_STATE_SESSION ? ETHTYPE_PPPOE : ETHTYPE_PPPOEDISC; in pppoe_output()
737 ethhdr->type = lwip_htons(etype); in pppoe_output()
742 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, etype, in pppoe_output()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dpppoe.c722 u16_t etype; in pppoe_output() local
734 etype = sc->sc_state == PPPOE_STATE_SESSION ? ETHTYPE_PPPOE : ETHTYPE_PPPOEDISC; in pppoe_output()
735 ethhdr->type = lwip_htons(etype); in pppoe_output()
740 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, etype, in pppoe_output()

Completed in 8 milliseconds