Lines Matching refs:tot_len
214 u16_t tot_len; in pppoe_write() local
234 tot_len = ph->tot_len; in pppoe_write()
244 MIB2_STATS_NETIF_ADD(ppp->netif, ifoutoctets, (u16_t)tot_len); in pppoe_write()
257 u16_t tot_len; in pppoe_netif_output() local
278 tot_len = pb->tot_len; in pppoe_netif_output()
287 MIB2_STATS_NETIF_ADD(ppp->netif, ifoutoctets, tot_len); in pppoe_netif_output()
425 if(pb->tot_len == pb->len) { in pppoe_disc_input()
429 pb->tot_len = pb->len = framelen; in pppoe_disc_input()
705 if (pb->tot_len < plen) { in pppoe_data_input()
742 pb->tot_len)); in pppoe_output()
781 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_padi()
1002 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_padr()
1042 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_padt()
1083 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_pado()
1116 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_pads()
1140 len = pb->tot_len; in pppoe_xmit()