Lines Matching refs:tot_len
207 u16_t tot_len; in pppoe_write() local
227 tot_len = ph->tot_len; in pppoe_write()
237 MIB2_STATS_NETIF_ADD(ppp->netif, ifoutoctets, (u16_t)tot_len); in pppoe_write()
250 u16_t tot_len; in pppoe_netif_output() local
271 tot_len = pb->tot_len; in pppoe_netif_output()
280 MIB2_STATS_NETIF_ADD(ppp->netif, ifoutoctets, tot_len); in pppoe_netif_output()
431 if(pb->tot_len == pb->len) { in pppoe_disc_input()
432 pb->tot_len = pb->len = (u16_t)off + plen; /* ignore trailing garbage */ in pppoe_disc_input()
706 if (pb->tot_len < plen) { in pppoe_data_input()
743 pb->tot_len)); in pppoe_output()
782 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_padi()
1001 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_padr()
1041 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_padt()
1077 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_pado()
1110 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppoe_send_pads()
1134 len = pb->tot_len; in pppoe_xmit()