Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 10 of 10) sorted by relevance

/btstack/3rd-party/lwip/core/src/apps/snmp/
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()
H A Dsnmp_mib2.c62 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 Dtcpip.c437 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 Dapi_lib.c118 netconn_apimsg(tcpip_callback_fn fn, struct api_msg *apimsg) in netconn_apimsg()
/btstack/platform/wiced/
H A Dbtstack_run_loop_wiced.c59 wiced_result_t (*fn)(void * arg); member
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c75 void (*fn)(void * arg); member
/btstack/3rd-party/lwip/core/src/core/
H A Dnetif.c1765 netif_add_ext_callback(netif_ext_callback_t *callback, netif_ext_callback_fn fn) in netif_add_ext_callback()
/btstack/platform/windows/
H A Dhci_transport_h2_winusb.c1098 #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 Dnetif.h672 #define netif_add_ext_callback(callback, fn) argument
/btstack/3rd-party/lwip/core/src/apps/smtp/
H A Dsmtp.c759 smtp_result_fn fn = s->callback_fn; in smtp_free() local