ip_reass_pbufcount is only used within LwIP.
 
Symbols
loading...
Files
loading...

ip_reass_pbufcount variable

Syntax

static u16_t ip_reass_pbufcount;

References

LocationReferrerText
ip4_frag.c:115
static u16_t ip_reass_pbufcount;
ip4_frag.c:210ip_reass_free_complete_datagram()
LWIP_ASSERT("ip_reass_pbufcount >= pbufs_freed", ip_reass_pbufcount >= pbufs_freed);
ip4_frag.c:211ip_reass_free_complete_datagram()
ip_reass_pbufcount = (u16_t)(ip_reass_pbufcount - pbufs_freed);
ip4_frag.c:536ip4_reass()
if ((ip_reass_pbufcount + clen) > IP_REASS_MAX_PBUFS) {
ip4_frag.c:539ip4_reass()
((ip_reass_pbufcount + clen) > IP_REASS_MAX_PBUFS))
ip4_frag.c:607ip4_reass()
ip_reass_pbufcount = (u16_t)(ip_reass_pbufcount + clen);
ip4_frag.c:667ip4_reass()
LWIP_ASSERT("ip_reass_pbufcount >= clen", ip_reass_pbufcount >= clen);
ip4_frag.c:668ip4_reass()
ip_reass_pbufcount = (u16_t)(ip_reass_pbufcount - clen);

Data Use

Functions writing ip_reass_pbufcount
Functions reading ip_reass_pbufcount
ip_reass_pbufcount
Type of ip_reass_pbufcount
ip_reass_pbufcount
all items filtered out