Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dpppoe.h87 struct pppoehdr { struct
119 #define PPPOE_HEADERLEN sizeof(struct pppoehdr)
/third_party/lwip/src/netif/ppp/
Dpppoe.c384 struct pppoehdr *ph; in pppoe_disc_input()
406 off = sizeof(struct eth_hdr) + sizeof(struct pppoehdr); in pppoe_disc_input()
412 ph = (struct pppoehdr *) (ethhdr + 1); in pppoe_disc_input()
653 struct pppoehdr *ph; in pppoe_data_input()
672 ph = (struct pppoehdr *)pb->payload; in pppoe_data_input()