Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dsnmp.h123 (netif)->mib2_counters.ifinoctets = 0; \
197 #define snmp_add_ifinoctets(ni,value) MIB2_STATS_NETIF_ADD(ni, ifinoctets, value)
Dstats.h188 u32_t ifinoctets; member
/third_party/lwip/doc/
DNO_SYS_SampleCode.c104 MIB2_STATS_NETIF_ADD(netif, ifinoctets, p->tot_len); in main()
/third_party/lwip/src/netif/
Dlowpan6_ble.c351 MIB2_STATS_NETIF_ADD(netif, ifinoctets, p->tot_len); in rfc7668_input()
Dlowpan6.c684 MIB2_STATS_NETIF_ADD(netif, ifinoctets, p->tot_len); in lowpan6_input()
/third_party/lwip/src/apps/snmp/
Dsnmp_mib2_interfaces.c214 *value_u32 = netif->mib2_counters.ifinoctets; in interfaces_Table_get_value()
/third_party/lwip/src/netif/ppp/
Dppp.c798 MIB2_STATS_NETIF_ADD(pcb->netif, ifinoctets, pb->tot_len); in ppp_input()
/third_party/lwip/src/core/
Dnetif.c1396 MIB2_STATS_NETIF_ADD(stats_if, ifinoctets, in->tot_len);