Home
last modified time | relevance | path

Searched refs:snmp_oid_to_ip4 (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/apps/snmp/
Dsnmp_mib2_ip.c262 snmp_oid_to_ip4(&row_oid[0], &ip); /* we know it succeeds because of oid_in_range check above */ in ip_AddrTable_get_cell_value()
407snmp_oid_to_ip4(&row_oid[0], &test_ip); /* we know it succeeds because of oid_in_range check above… in ip_RouteTable_get_cell_value()
462 snmp_oid_to_ip4(&result_temp[0], &dst); in ip_RouteTable_get_next_cell_instance_and_value()
529snmp_oid_to_ip4(&row_oid[1], &ip_in); /* we know it succeeds because of oid_in_range check above */ in ip_NetToMediaTable_get_cell_value()
Dsnmp_mib2_tcp.c218snmp_oid_to_ip4(&row_oid[0], &local_ip); /* we know it succeeds because of oid_in_range check abov… in tcp_ConnTable_get_cell_value()
220snmp_oid_to_ip4(&row_oid[5], &remote_ip); /* we know it succeeds because of oid_in_range check abo… in tcp_ConnTable_get_cell_value()
Dsnmp_mib2_udp.c259 snmp_oid_to_ip4(&row_oid[0], &ip); /* we know it succeeds because of oid_in_range check above */ in udp_Table_get_cell_value()
Dsnmp_core.c286 snmp_oid_to_ip4(const u32_t *oid, ip4_addr_t *ip) in snmp_oid_to_ip4() function
473 if (!snmp_oid_to_ip4(&oid[2], ip_2_ip4(ip))) { in snmp_oid_to_ip()
/third_party/lwip/src/include/lwip/apps/
Dsnmp_core.h305 u8_t snmp_oid_to_ip4(const u32_t *oid, ip4_addr_t *ip);