Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/include/lwip/apps/
H A Dsnmp_threadsync.h76 struct snmp_threadsync_instance struct
91 struct snmp_threadsync_instance *instance; argument
106 void snmp_threadsync_init(struct snmp_threadsync_instance *instance, snmp_threadsync_synchronizer_f…
H A Dsnmp_mib2.h56 extern struct snmp_threadsync_instance snmp_mib2_lwip_locks;
/reactos/drivers/network/tcpip/lwip/src/apps/snmp/
H A Dsnmp_mib2.c73 struct snmp_threadsync_instance snmp_mib2_lwip_locks;
H A Dsnmp_threadsync.c221 void snmp_threadsync_init(struct snmp_threadsync_instance *instance, snmp_threadsync_synchronizer_f… in snmp_threadsync_init()