Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dsnmp_threadsync.h52 typedef void (*snmp_threadsync_called_fn)(void* arg); typedef
53 typedef void (*snmp_threadsync_synchronizer_fn)(snmp_threadsync_called_fn fn, void* arg);
H A Dsnmp_mib2.h55 void snmp_mib2_lwip_synchronizer(snmp_threadsync_called_fn fn, void* arg);
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_mib2.c62 snmp_mib2_lwip_synchronizer(snmp_threadsync_called_fn fn, void *arg) in snmp_mib2_lwip_synchronizer()
H A Dsnmp_threadsync.c45 call_synced_function(struct threadsync_data *call_data, snmp_threadsync_called_fn fn) in call_synced_function()
173 …_t *root_oid, u8_t root_oid_len, struct snmp_node_instance *instance, snmp_threadsync_called_fn fn) in do_sync()