Searched defs:fn (Results 1 – 10 of 10) sorted by relevance
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_threadsync.c | 45 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()
|
H A D | snmp_mib2.c | 62 snmp_mib2_lwip_synchronizer(snmp_threadsync_called_fn fn, void *arg) in snmp_mib2_lwip_synchronizer()
|
/btstack/3rd-party/lwip/core/src/api/ |
H A D | tcpip.c | 437 tcpip_send_msg_wait_sem(tcpip_callback_fn fn, void *apimsg, sys_sem_t *sem) in tcpip_send_msg_wait_sem() 473 tcpip_api_call(tcpip_api_call_fn fn, struct tcpip_api_call_data *call) in tcpip_api_call()
|
H A D | api_lib.c | 118 netconn_apimsg(tcpip_callback_fn fn, struct api_msg *apimsg) in netconn_apimsg()
|
/btstack/platform/wiced/ |
H A D | btstack_run_loop_wiced.c | 59 wiced_result_t (*fn)(void * arg); member
|
/btstack/platform/freertos/ |
H A D | btstack_run_loop_freertos.c | 75 void (*fn)(void * arg); member
|
/btstack/3rd-party/lwip/core/src/core/ |
H A D | netif.c | 1765 netif_add_ext_callback(netif_ext_callback_t *callback, netif_ext_callback_fn fn) in netif_add_ext_callback()
|
/btstack/platform/windows/ |
H A D | hci_transport_h2_winusb.c | 1098 #define WinUSB_Lookup(fn) do { BTstack_##fn = (BTstack_##fn##_t) GetProcAddress(h, #fn); log_info("… argument
|
/btstack/3rd-party/lwip/core/src/include/lwip/ |
H A D | netif.h | 672 #define netif_add_ext_callback(callback, fn) argument
|
/btstack/3rd-party/lwip/core/src/apps/smtp/ |
H A D | smtp.c | 759 smtp_result_fn fn = s->callback_fn; in smtp_free() local
|