Lines Matching refs:tot_len
166 u16_t tot_len; in pppol2tp_write() local
183 tot_len = ph->tot_len; in pppol2tp_write()
193 MIB2_STATS_NETIF_ADD(ppp->netif, ifoutoctets, (u16_t)tot_len); in pppol2tp_write()
206 u16_t tot_len; in pppol2tp_netif_output() local
227 tot_len = pb->tot_len; in pppol2tp_netif_output()
236 MIB2_STATS_NETIF_ADD(ppp->netif, ifoutoctets, tot_len); in pppol2tp_netif_output()
503 if (p->tot_len == 0) { in pppol2tp_dispatch_control_packet()
798 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppol2tp_send_sccrq()
893 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppol2tp_send_scccn()
940 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppol2tp_send_icrq()
988 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppol2tp_send_iccn()
1035 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppol2tp_send_zlb()
1064 LWIP_ASSERT("pb->tot_len == pb->len", pb->tot_len == pb->len); in pppol2tp_send_stopccn()