Searched refs:ifinoctets (Results 1 – 8 of 8) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | snmp.h | 123 (netif)->mib2_counters.ifinoctets = 0; \ 197 #define snmp_add_ifinoctets(ni,value) MIB2_STATS_NETIF_ADD(ni, ifinoctets, value)
|
D | stats.h | 188 u32_t ifinoctets; member
|
/third_party/lwip/doc/ |
D | NO_SYS_SampleCode.c | 104 MIB2_STATS_NETIF_ADD(netif, ifinoctets, p->tot_len); in main()
|
/third_party/lwip/src/netif/ |
D | lowpan6_ble.c | 351 MIB2_STATS_NETIF_ADD(netif, ifinoctets, p->tot_len); in rfc7668_input()
|
D | lowpan6.c | 684 MIB2_STATS_NETIF_ADD(netif, ifinoctets, p->tot_len); in lowpan6_input()
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_mib2_interfaces.c | 214 *value_u32 = netif->mib2_counters.ifinoctets; in interfaces_Table_get_value()
|
/third_party/lwip/src/netif/ppp/ |
D | ppp.c | 798 MIB2_STATS_NETIF_ADD(pcb->netif, ifinoctets, pb->tot_len); in ppp_input()
|
/third_party/lwip/src/core/ |
D | netif.c | 1396 MIB2_STATS_NETIF_ADD(stats_if, ifinoctets, in->tot_len);
|