Searched refs:etype (Results 1 – 3 of 3) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp_oe.c | 640 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 D | pppoe.c | 724 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 D | pppoe.c | 722 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