Home
last modified time | relevance | path

Searched refs:netif_to_num (Results 1 – 4 of 4) sorted by relevance

/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_mib2_interfaces.c112 if (netif_to_num(netif) == ifIndex) { in interfaces_Table_get_cell_instance()
138 test_oid[0] = netif_to_num(netif); in interfaces_Table_get_next_cell_instance()
166 *value_s32 = netif_to_num(netif); in interfaces_Table_get_value()
H A Dsnmp_mib2_ip.c219 value->u32 = netif_to_num(netif); in ip_AddrTable_get_cell_value_core()
332 value->u32 = netif_to_num(netif); in ip_RouteTable_get_cell_value_core()
496 value->u32 = netif_to_num(netif); in ip_NetToMediaTable_get_cell_value_core()
538 if ((netif_index == netif_to_num(netif)) && ip4_addr_cmp(&ip_in, ip)) { in ip_NetToMediaTable_get_cell_value()
568 test_oid[0] = netif_to_num(netif); in ip_NetToMediaTable_get_next_cell_instance_and_value()
H A Dsnmp_core.c675 netif_to_num(const struct netif *netif) in netif_to_num() function
/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dsnmp_core.h321 u8_t netif_to_num(const struct netif *netif);