Searched refs:ip_RouteTable_get_cell_value_core (Results 1 – 1 of 1) sorted by relevance
/third_party/lwip/src/apps/snmp/ |
D | snmp_mib2_ip.c | 317 ip_RouteTable_get_cell_value_core(struct netif *netif, u8_t default_route, const u32_t *column, uni… in ip_RouteTable_get_cell_value_core() function 412 return ip_RouteTable_get_cell_value_core(netif_default, 1, column, value, value_len); in ip_RouteTable_get_cell_value() 422 return ip_RouteTable_get_cell_value_core(netif, 0, column, value, value_len); in ip_RouteTable_get_cell_value() 465 …return ip_RouteTable_get_cell_value_core((struct netif *)state.reference, ip4_addr_isany_val(dst),… in ip_RouteTable_get_next_cell_instance_and_value()
|