Searched refs:bind (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/ |
D | avct_lcb_act.c | 225 BOOLEAN bind = FALSE; in avct_lcb_open_ind() local 232 bind = TRUE; in avct_lcb_open_ind() 241 bind = TRUE; in avct_lcb_open_ind() 251 if (bind == FALSE) { in avct_lcb_open_ind()
|
/hal_espressif-latest/tools/esptool_py/esp_rfc2217_server/ |
D | __init__.py | 91 srv.bind(("", args.localport))
|
/hal_espressif-latest/components/mbedtls/port/ |
D | net_sockets.c | 163 if ( bind( fd, (struct sockaddr *)serv_addr, cur->ai_addrlen ) != 0 ) { in mbedtls_net_bind() 278 if ( bind( bind_ctx->fd, (struct sockaddr *) &local_addr, n ) != 0 ) { in mbedtls_net_accept()
|
/hal_espressif-latest/components/esp_wifi/src/ |
D | smartconfig_ack.c | 152 if (bind(send_sock, (struct sockaddr *)&local_addr, sockadd_len) < 0) { in sc_ack_send_task()
|
/hal_espressif-latest/zephyr/blobs/ |
D | license.txt | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
/hal_espressif-latest/ |
D | LICENSE | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/stub_flasher/2/ |
D | LICENSE-APACHE | 45 separable from, or merely link (or bind by name) to the interfaces of,
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | test_esptool.py | 80 s.bind(("", 0))
|