Home
last modified time | relevance | path

Searched refs:ipindelivers (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/core/ipv4/
Dip4.c702 MIB2_STATS_INC(mib2.ipindelivers);
708 MIB2_STATS_INC(mib2.ipindelivers);
714 MIB2_STATS_INC(mib2.ipindelivers);
726 MIB2_STATS_INC(mib2.ipindelivers);
/third_party/lwip/src/include/lwip/
Dstats.h130 u32_t ipindelivers; member
/third_party/lwip/src/apps/snmp/
Dsnmp_mib2_ip.c99 *uint_ptr = STATS_GET(mib2.ipindelivers); in ip_get_value()