Searched refs:callbacks (Results 1 – 5 of 5) sorted by relevance
44 callbacks = new Dictionary<IPEndPoint, Action<IPEndPoint, UdpPacket>>(); in TftpServerModule()80 callbacks[source] = callback; in HandleUdp()136 callbacks[source](source, response); in HandleResponse()220 private readonly Dictionary<IPEndPoint, Action<IPEndPoint, UdpPacket>> callbacks; field in Antmicro.Renode.Network.TftpServerModule
20 CALLBACKS_BIN=callbacks.tmp
123 #### Binding callbacks to field access125 Normally, the callbacks are attached to the register when its defined. However in our case126 the registers are already defined, so adding read/write callbacks has to be done manually after129 Renode exposes the callbacks as properties of register fields so you can add your logic like in the
336 static raw_callback_t callbacks[MAX_CALLBACK_COUNT]; variable344 callbacks[callbacks_count] = callback; in register_callback()362 callbacks[response->ed](callback_user_data[response->ed], data); in invoke_callback()
1886 * value provider callbacks on write-only fields will generate exceptions