Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppoe.c215 ph = pbuf_alloc(PBUF_LINK, (u16_t)(PPPOE_HEADERLEN), PBUF_RAM); in pppoe_write()
224 pbuf_header(ph, -(s16_t)PPPOE_HEADERLEN); /* hide PPPoE header */ in pppoe_write()
264 pbuf_header(pb, -(s16_t)PPPOE_HEADERLEN); in pppoe_netif_output()
412 if (pb->len - off < (u16_t)PPPOE_HEADERLEN) { in pppoe_disc_input()
695 if (pbuf_header(pb, -(s16_t)(PPPOE_HEADERLEN)) != 0) { in pppoe_data_input()
775 sizeof(struct eth_hdr) + PPPOE_HEADERLEN + len <= 0xffff); in pppoe_send_padi()
778 pb = pbuf_alloc(PBUF_LINK, (u16_t)(PPPOE_HEADERLEN + len), PBUF_RAM); in pppoe_send_padi()
996 sizeof(struct eth_hdr) + PPPOE_HEADERLEN + len <= 0xffff); in pppoe_send_padr()
997 pb = pbuf_alloc(PBUF_LINK, (u16_t)(PPPOE_HEADERLEN + len), PBUF_RAM); in pppoe_send_padr()
1037 pb = pbuf_alloc(PBUF_LINK, (u16_t)(PPPOE_HEADERLEN), PBUF_RAM); in pppoe_send_padt()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dpppoe.h115 #define PPPOE_HEADERLEN sizeof(struct pppoehdr) macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dpppoe.h115 #define PPPOE_HEADERLEN sizeof(struct pppoehdr) macro

Completed in 5 milliseconds