Home
last modified time | relevance | path

Searched refs:ifinucastpkts (Results 1 – 8 of 8) sorted by relevance

/third_party/lwip/src/include/lwip/
Dsnmp.h124 (netif)->mib2_counters.ifinucastpkts = 0; \
198 #define snmp_inc_ifinucastpkts(ni) MIB2_STATS_NETIF_INC(ni, ifinucastpkts)
Dstats.h191 u32_t ifinucastpkts; member
/third_party/lwip/doc/
DNO_SYS_SampleCode.c107 MIB2_STATS_NETIF_INC(netif, ifinucastpkts); in main()
/third_party/lwip/src/netif/
Dlowpan6_ble.c379 MIB2_STATS_NETIF_INC(netif, ifinucastpkts); in rfc7668_input()
Dlowpan6.c863 MIB2_STATS_NETIF_INC(netif, ifinucastpkts); in lowpan6_input()
885 MIB2_STATS_NETIF_INC(netif, ifinucastpkts); in lowpan6_input()
/third_party/lwip/src/apps/snmp/
Dsnmp_mib2_interfaces.c218 *value_u32 = netif->mib2_counters.ifinucastpkts; in interfaces_Table_get_value()
/third_party/lwip/src/netif/ppp/
Dppp.c797 MIB2_STATS_NETIF_INC(pcb->netif, ifinucastpkts); in ppp_input()
/third_party/lwip/src/core/
Dnetif.c1397 MIB2_STATS_NETIF_INC(stats_if, ifinucastpkts);