Home
last modified time | relevance | path

Searched defs:arg (Results 1 – 25 of 92) sorted by relevance

1234

/btstack/src/mesh/
H A Dmesh_crypto.c55 static void mesh_k1_temp_calculated(void * arg){ in mesh_k1_temp_calculated()
61 …const uint8_t * p, const uint16_t p_len, uint8_t * result, void (* callback)(void * arg), void * c… in mesh_k1()
80 static void mesh_k2_callback_d(void * arg){ in mesh_k2_callback_d()
90 static void mesh_k2_callback_c(void * arg){ in mesh_k2_callback_c()
102 static void mesh_k2_callback_b(void * arg){ in mesh_k2_callback_b()
113 static void mesh_k2_callback_a(void * arg){ in mesh_k2_callback_a()
121 …aes128_cmac_t * request, const uint8_t * n, uint8_t * result, void (* callback)(void * arg), void … in mesh_k2()
141 static void mesh_k3_result128_calculated(void * arg){ in mesh_k3_result128_calculated()
146 static void mesh_k3_temp_callback(void * arg){ in mesh_k3_temp_callback()
150 …aes128_cmac_t * request, const uint8_t * n, uint8_t * result, void (* callback)(void * arg), void … in mesh_k3()
[all …]
H A Dprovisioning_device.c344 static void provisioning_handle_auth_value_output_oob(void * arg){ in provisioning_handle_auth_value_output_oob()
529 static void provisioning_handle_public_key_dhkey(void * arg){ in provisioning_handle_public_key_dhkey()
577 static void provisioning_handle_confirmation_device_calculated(void * arg){ in provisioning_handle_confirmation_device_calculated()
587 static void provisioning_handle_confirmation_random_device(void * arg){ in provisioning_handle_confirmation_random_device()
598 static void provisioning_handle_confirmation_k1_calculated(void * arg){ in provisioning_handle_confirmation_k1_calculated()
611 static void provisioning_handle_confirmation_s1_calculated(void * arg){ in provisioning_handle_confirmation_s1_calculated()
641 static void provisioning_handle_random_session_nonce_calculated(void * arg){ in provisioning_handle_random_session_nonce_calculated()
657 static void provisioning_handle_random_session_key_calculated(void * arg){ in provisioning_handle_random_session_key_calculated()
668 static void provisioning_handle_random_s1_calculated(void * arg){ in provisioning_handle_random_s1_calculated()
695 static void provisioning_handle_network_dervived(void * arg){ in provisioning_handle_network_dervived()
[all …]
H A Dprovisioning_provisioner.c365 static void provisioning_handle_confirmation_provisioner_calculated(void * arg){ in provisioning_handle_confirmation_provisioner_calculated()
375 static void provisioning_handle_random_provisioner(void * arg){ in provisioning_handle_random_provisioner()
389 static void provisioning_handle_confirmation_k1_calculated(void * arg){ in provisioning_handle_confirmation_k1_calculated()
399 static void provisioning_handle_confirmation_salt(void * arg){ in provisioning_handle_confirmation_salt()
419 static void provisioning_handle_auth_value_input_oob(void * arg){ in provisioning_handle_auth_value_input_oob()
482 static void provisioning_handle_public_key_dhkey(void * arg){ in provisioning_handle_public_key_dhkey()
562 static void provisioning_handle_data_encrypted(void * arg){ in provisioning_handle_data_encrypted()
578 static void provisioning_handle_session_nonce_calculated(void * arg){ in provisioning_handle_session_nonce_calculated()
601 static void provisioning_handle_session_key_calculated(void * arg){ in provisioning_handle_session_key_calculated()
613 static void provisioning_handle_provisioning_salt_calculated(void * arg){ in provisioning_handle_provisioning_salt_calculated()
[all …]
/btstack/3rd-party/lwip/core/src/core/
H A Dtimeouts.c144 tcpip_tcp_timer(void *arg) in tcpip_tcp_timer()
181 sys_timeout_abs(u32_t abs_time, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_abs()
232 lwip_cyclic_timer(void *arg) in lwip_cyclic_timer()
287 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug()
317 sys_untimeout(sys_timeout_handler handler, void *arg) in sys_untimeout()
364 void *arg; in sys_check_timeouts() local
H A Daltcp_tcp.c75 altcp_tcp_accept(void *arg, struct tcp_pcb *new_tpcb, err_t err) in altcp_tcp_accept()
91 altcp_tcp_connected(void *arg, struct tcp_pcb *tpcb, err_t err) in altcp_tcp_connected()
104 altcp_tcp_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) in altcp_tcp_recv()
121 altcp_tcp_sent(void *arg, struct tcp_pcb *tpcb, u16_t len) in altcp_tcp_sent()
134 altcp_tcp_poll(void *arg, struct tcp_pcb *tpcb) in altcp_tcp_poll()
147 altcp_tcp_err(void *arg, err_t err) in altcp_tcp_err()
214 altcp_tcp_alloc(void *arg, u8_t ip_type) in altcp_tcp_alloc()
/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c159 recv_raw(void *arg, struct raw_pcb *pcb, struct pbuf *p, in recv_raw()
218 recv_udp(void *arg, struct udp_pcb *pcb, struct pbuf *p,
293 recv_tcp(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err)
357 poll_tcp(void *arg, struct tcp_pcb *pcb)
398 sent_tcp(void *arg, struct tcp_pcb *pcb, u16_t len)
432 err_tcp(void *arg, err_t err)
533 accept_function(void *arg, struct tcp_pcb *newpcb, err_t err)
1304 lwip_netconn_do_connected(void *arg, struct tcp_pcb *pcb, err_t err)
2120 lwip_netconn_do_dns_found(const char *name, const ip_addr_t *ipaddr, void *arg)
2146 lwip_netconn_do_gethostbyname(void *arg)
H A Dtcpip.c127 tcpip_thread(void *arg) in tcpip_thread()
377 tcpip_timeout(u32_t msecs, sys_timeout_handler h, void *arg) in tcpip_timeout()
404 tcpip_untimeout(sys_timeout_handler h, void *arg) in tcpip_untimeout()
602 tcpip_init(tcpip_init_done_fn initfunc, void *arg) in tcpip_init()
/btstack/3rd-party/lwip/core/src/apps/mdns/
H A Dmdns_out.c816 mdns_multicast_timeout_reset_ipv4(void *arg) in mdns_multicast_timeout_reset_ipv4()
833 mdns_multicast_probe_timeout_reset_ipv4(void *arg) in mdns_multicast_probe_timeout_reset_ipv4()
864 mdns_multicast_timeout_25ttl_reset_ipv4(void *arg) in mdns_multicast_timeout_25ttl_reset_ipv4()
880 mdns_send_multicast_msg_delayed_ipv4(void *arg) in mdns_send_multicast_msg_delayed_ipv4()
904 mdns_send_unicast_msg_delayed_ipv4(void *arg) in mdns_send_unicast_msg_delayed_ipv4()
953 mdns_multicast_timeout_reset_ipv6(void *arg) in mdns_multicast_timeout_reset_ipv6()
970 mdns_multicast_probe_timeout_reset_ipv6(void *arg) in mdns_multicast_probe_timeout_reset_ipv6()
1001 mdns_multicast_timeout_25ttl_reset_ipv6(void *arg) in mdns_multicast_timeout_25ttl_reset_ipv6()
1017 mdns_send_multicast_msg_delayed_ipv6(void *arg) in mdns_send_multicast_msg_delayed_ipv6()
1041 mdns_send_unicast_msg_delayed_ipv6(void *arg) in mdns_send_unicast_msg_delayed_ipv6()
/btstack/3rd-party/lwip/core/src/apps/http/
H A Daltcp_proxyconnect.c161 altcp_proxyconnect_lower_connected(void *arg, struct altcp_pcb *inner_conn, err_t err) in altcp_proxyconnect_lower_connected()
187 altcp_proxyconnect_lower_recv(void *arg, struct altcp_pcb *inner_conn, struct pbuf *p, err_t err) in altcp_proxyconnect_lower_recv()
251 altcp_proxyconnect_lower_sent(void *arg, struct altcp_pcb *inner_conn, u16_t len) in altcp_proxyconnect_lower_sent()
276 altcp_proxyconnect_lower_poll(void *arg, struct altcp_pcb *inner_conn) in altcp_proxyconnect_lower_poll()
290 altcp_proxyconnect_lower_err(void *arg, err_t err) in altcp_proxyconnect_lower_err()
397 altcp_proxyconnect_alloc(void *arg, u8_t ip_type) in altcp_proxyconnect_alloc()
416 altcp_proxyconnect_tls_alloc(void *arg, u8_t ip_type) in altcp_proxyconnect_tls_alloc()
H A Dhttp_client.c280 httpc_tcp_recv(void *arg, struct altcp_pcb *pcb, struct pbuf *p, err_t r) in httpc_tcp_recv()
353 httpc_tcp_err(void *arg, err_t err) in httpc_tcp_err()
365 httpc_tcp_poll(void *arg, struct altcp_pcb *pcb) in httpc_tcp_poll()
383 httpc_tcp_sent(void *arg, struct altcp_pcb *pcb, u16_t len) in httpc_tcp_sent()
394 httpc_tcp_connected(void *arg, struct altcp_pcb *pcb, err_t err) in httpc_tcp_connected()
440 httpc_dns_found(const char* hostname, const ip_addr_t *ipaddr, void *arg) in httpc_dns_found()
773 httpc_fs_result(void *arg, httpc_result_t httpc_result, u32_t rx_content_len, in httpc_fs_result()
788 httpc_fs_tcp_recv(void *arg, struct altcp_pcb *pcb, struct pbuf *p, err_t err) in httpc_fs_tcp_recv()
/btstack/3rd-party/lwip/core/src/apps/mqtt/
H A Dmqtt.c287 …st(struct mqtt_request_t *r_objs, size_t r_objs_len, u16_t pkt_id, mqtt_request_cb_t cb, void *arg) in mqtt_create_request()
576 mqtt_cyclic_timer(void *arg) in mqtt_cyclic_timer()
938 mqtt_tcp_recv_cb(void *arg, struct altcp_pcb *pcb, struct pbuf *p, err_t err) in mqtt_tcp_recv_cb()
982 mqtt_tcp_sent_cb(void *arg, struct altcp_pcb *tpcb, u16_t len) in mqtt_tcp_sent_cb()
1015 mqtt_tcp_err_cb(void *arg, err_t err) in mqtt_tcp_err_cb()
1033 mqtt_tcp_poll_cb(void *arg, struct altcp_pcb *tpcb) in mqtt_tcp_poll_cb()
1050 mqtt_tcp_connect_cb(void *arg, struct altcp_pcb *tpcb, err_t err) in mqtt_tcp_connect_cb()
1104 mqtt_request_cb_t cb, void *arg) in mqtt_publish()
1179 mqtt_sub_unsub(mqtt_client_t *client, const char *topic, u8_t qos, mqtt_request_cb_t cb, void *arg,… in mqtt_sub_unsub()
1245 mqtt_incoming_data_cb_t data_cb, void *arg) in mqtt_set_inpub_callback()
[all …]
/btstack/platform/wiced/
H A Dbtstack_uart_block_wiced.c104 static wiced_result_t btstack_uart_block_wiced_main_notify_block_send(void *arg){ in btstack_uart_block_wiced_main_notify_block_send()
112 static wiced_result_t btstack_uart_block_wiced_main_notify_block_read(void *arg){ in btstack_uart_block_wiced_main_notify_block_read()
121 static wiced_result_t btstack_uart_block_wiced_tx_worker_send_block(void * arg){ in btstack_uart_block_wiced_tx_worker_send_block()
140 static wiced_result_t btstack_uart_block_wiced_rx_worker_receive_block(void * arg){ in btstack_uart_block_wiced_rx_worker_receive_block()
H A Dbtstack_run_loop_wiced.c60 void * arg; member
90 void btstack_run_loop_wiced_execute_code_on_main_thread(wiced_result_t (*fn)(void *arg), void * arg in btstack_run_loop_wiced_execute_code_on_main_thread()
/btstack/src/
H A Dbtstack_crypto.c1186 …k_crypto_random_t * request, uint8_t * buffer, uint16_t size, void (* callback)(void * arg), void … in btstack_crypto_random_generate()
1196 …nt8_t * key, const uint8_t * plaintext, uint8_t * ciphertext, void (* callback)(void * arg), void … in btstack_crypto_aes128_encrypt()
1207 …, uint8_t (*get_byte_callback)(uint16_t pos), uint8_t * hash, void (* callback)(void * arg), void … in btstack_crypto_aes128_cmac_generator()
1219 … key, uint16_t size, const uint8_t * message, uint8_t * hash, void (* callback)(void * arg), void … in btstack_crypto_aes128_cmac_message()
1231 …est, uint16_t size, const uint8_t * message, uint8_t * hash, void (* callback)(void * arg), void … in btstack_crypto_aes128_cmac_zero()
1244 …ey(btstack_crypto_ecc_p256_t * request, uint8_t * public_key, void (* callback)(void * arg), void … in btstack_crypto_ecc_p256_generate_key()
1257 …256_t * request, const uint8_t * public_key, uint8_t * dhkey, void (* callback)(void * arg), void … in btstack_crypto_ecc_p256_calculate_dhkey()
1313 …thenticated_data, uint16_t additional_authenticated_data_len, void (* callback)(void * arg), void … in btstack_crypto_ccm_digest()
1328 …int16_t len, const uint8_t * plaintext, uint8_t * ciphertext, void (* callback)(void * arg), void … in btstack_crypto_ccm_encrypt_block()
1345 …int16_t len, const uint8_t * ciphertext, uint8_t * plaintext, void (* callback)(void * arg), void … in btstack_crypto_ccm_decrypt_block()
/btstack/src/ble/
H A Dsm.c981 static void sm_cmac_done_trampoline(void * arg){ in sm_cmac_done_trampoline()
1978 static void sm_sc_dhkey_calculated(void * arg){ in sm_sc_dhkey_calculated()
3399 static void sm_handle_encryption_result_enc_a(void *arg){ in sm_handle_encryption_result_enc_a()
3411 static void sm_handle_encryption_result_enc_b(void *arg){ in sm_handle_encryption_result_enc_b()
3424 static void sm_handle_encryption_result_enc_c(void *arg){ in sm_handle_encryption_result_enc_c()
3436 static void sm_handle_encryption_result_enc_d(void * arg){ in sm_handle_encryption_result_enc_d()
3459 static void sm_handle_encryption_result_enc_stk(void *arg){ in sm_handle_encryption_result_enc_stk()
3477 static void sm_handle_encryption_result_enc_ph3_y(void *arg){ in sm_handle_encryption_result_enc_ph3_y()
3498 static void sm_handle_encryption_result_enc_ph4_y(void *arg){ in sm_handle_encryption_result_enc_ph4_y()
3520 static void sm_handle_encryption_result_enc_ph3_ltk(void *arg){ in sm_handle_encryption_result_enc_ph3_ltk()
[all …]
/btstack/3rd-party/lwip/core/src/apps/sntp/
H A Dsntp.c371 sntp_retry(void *arg) in sntp_retry()
405 sntp_try_next_server(void *arg) in sntp_try_next_server()
440 sntp_kod_try_next_server(void *arg) in sntp_kod_try_next_server()
454 sntp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in sntp_recv()
597 sntp_dns_found(const char *hostname, const ip_addr_t *ipaddr, void *arg) in sntp_dns_found()
621 sntp_request(void *arg) in sntp_request()
/btstack/3rd-party/lwip/core/src/apps/lwiperf/
H A Dlwiperf.c354 lwiperf_tcp_client_sent(void *arg, struct tcp_pcb *tpcb, u16_t len) in lwiperf_tcp_client_sent()
369 lwiperf_tcp_client_connected(void *arg, struct tcp_pcb *tpcb, err_t err) in lwiperf_tcp_client_connected()
456 lwiperf_tcp_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) in lwiperf_tcp_recv()
564 lwiperf_tcp_err(void *arg, err_t err) in lwiperf_tcp_err()
573 lwiperf_tcp_poll(void *arg, struct tcp_pcb *tpcb) in lwiperf_tcp_poll()
592 lwiperf_tcp_accept(void *arg, struct tcp_pcb *newpcb, err_t err) in lwiperf_tcp_accept()
/btstack/3rd-party/lwip/core/src/apps/smtp/
H A Dsmtp.c695 smtp_send_mail_int(void *arg) in smtp_send_mail_int()
760 void *arg = s->callback_arg; in smtp_free() local
794 smtp_tcp_err(void *arg, err_t err) in smtp_tcp_err()
805 smtp_tcp_poll(void *arg, struct altcp_pcb *pcb) in smtp_tcp_poll()
819 smtp_tcp_sent(void *arg, struct altcp_pcb *pcb, u16_t len) in smtp_tcp_sent()
830 smtp_tcp_recv(void *arg, struct altcp_pcb *pcb, struct pbuf *p, err_t err) in smtp_tcp_recv()
844 smtp_tcp_connected(void *arg, struct altcp_pcb *pcb, err_t err) in smtp_tcp_connected()
863 smtp_dns_found(const char* hostname, const ip_addr_t *ipaddr, void *arg) in smtp_dns_found()
1265 smtp_process(void *arg, struct altcp_pcb *pcb, struct pbuf *p) in smtp_process()
/btstack/platform/freertos/
H A Dbtstack_run_loop_freertos.c76 void * arg; member
276 void btstack_run_loop_freertos_execute_code_on_main_thread(void (*fn)(void *arg), void * arg){ in btstack_run_loop_freertos_execute_code_on_main_thread()
/btstack/platform/posix/
H A Dbtstack_signal.c51 static void signal_callback(void * arg){ in signal_callback()
56 static void * signal_thread(void *arg) { in signal_thread()
/btstack/3rd-party/lwip/core/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c138 altcp_mbedtls_lower_accept(void *arg, struct altcp_pcb *accepted_conn, err_t err) in altcp_mbedtls_lower_accept()
163 altcp_mbedtls_lower_connected(void *arg, struct altcp_pcb *inner_conn, err_t err) in altcp_mbedtls_lower_connected()
196 altcp_mbedtls_lower_recv(void *arg, struct altcp_pcb *inner_conn, struct pbuf *p, err_t err) in altcp_mbedtls_lower_recv()
505 altcp_mbedtls_lower_sent(void *arg, struct altcp_pcb *inner_conn, u16_t len) in altcp_mbedtls_lower_sent()
532 altcp_mbedtls_lower_poll(void *arg, struct altcp_pcb *inner_conn) in altcp_mbedtls_lower_poll()
555 altcp_mbedtls_lower_err(void *arg, err_t err) in altcp_mbedtls_lower_err()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dtimeouts.h97 void *arg; member
107 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) argument
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dupap.c201 static void upap_timeout(void *arg) { in upap_timeout()
223 static void upap_reqtimeout(void *arg) { in upap_reqtimeout()
602 … upap_printpkt(const u_char *p, int plen, void (*printer) (void *, const char *, ...), void *arg) { in upap_printpkt() argument
H A Dauth.c1278 check_maxoctets(arg) in check_maxoctets() argument
1321 static void check_idle(void *arg) { in check_idle()
1357 static void connect_time_expired(void *arg) { in connect_time_expired()
/btstack/3rd-party/lwip/core/src/netif/
H A Dzepif.c98 zep_lowpan_timer(void *arg) in zep_lowpan_timer()
108 zepif_udp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, in zepif_udp_recv()

1234