Searched refs:do_sync (Results 1 – 2 of 2) sorted by relevance
/components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
A D | snmp_threadsync.c | 161 do_sync(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance* instance, snmp_threads… in do_sync() function 199 return do_sync(root_oid, root_oid_len, instance, get_instance_synced); in snmp_threadsync_get_instance() 205 return do_sync(root_oid, root_oid_len, instance, get_next_instance_synced); in snmp_threadsync_get_next_instance()
|
/components/net/lwip/lwip-2.1.2/src/apps/snmp/ |
A D | snmp_threadsync.c | 173 do_sync(const u32_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance, snmp_threads… in do_sync() function 211 return do_sync(root_oid, root_oid_len, instance, get_instance_synced); in snmp_threadsync_get_instance() 217 return do_sync(root_oid, root_oid_len, instance, get_next_instance_synced); in snmp_threadsync_get_next_instance()
|
Completed in 8 milliseconds