Searched refs:answer (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.5.0/examples/protocols/http_server/captive_portal/main/ |
D | dns_server.c | 143 dns_answer_t *answer = (dns_answer_t *)cur_ans_ptr; in parse_dns_request() local 145 answer->ptr_offset = htons(0xC000 | (cur_qd_ptr - dns_reply)); in parse_dns_request() 146 answer->type = htons(qd_type); in parse_dns_request() 147 answer->class = htons(qd_class); in parse_dns_request() 148 answer->ttl = htonl(ANS_TTL_SEC); in parse_dns_request() 152 …ESP_LOGD(TAG, "Answer with PTR offset: 0x%X and IP 0x%X", ntohs(answer->ptr_offset), ip_info.ip.ad… in parse_dns_request() 154 answer->addr_len = htons(sizeof(ip_info.ip.addr)); in parse_dns_request() 155 answer->ip_addr = ip_info.ip.addr; in parse_dns_request()
|
/hal_espressif-3.5.0/components/mdns/ |
D | mdns.c | 1039 static uint8_t _mdns_append_answer(uint8_t * packet, uint16_t * index, mdns_out_answer_t * answer, … in _mdns_append_answer() argument 1041 if (answer->type == MDNS_TYPE_PTR) { in _mdns_append_answer() 1043 if (answer->service) { in _mdns_append_answer() 1045 _mdns_get_service_instance_name(answer->service), in _mdns_append_answer() 1046 answer->service->service, answer->service->proto, in _mdns_append_answer() 1047 answer->flush, answer->bye) > 0; in _mdns_append_answer() 1050 answer->custom_instance, answer->custom_service, answer->custom_proto, in _mdns_append_answer() 1051 answer->flush, answer->bye) > 0; in _mdns_append_answer() 1053 } else if (answer->type == MDNS_TYPE_SRV) { in _mdns_append_answer() 1054 … return _mdns_append_srv_record(packet, index, answer->service, answer->flush, answer->bye) > 0; in _mdns_append_answer() [all …]
|
/hal_espressif-3.5.0/examples/protocols/sockets/tcp_client/ |
D | README.md | 6 …uccessfully established, the application sends message and waits for the answer. After the server'…
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/ |
D | app_hf_msg_set.c | 98 HF_CMD_HANDLER(answer) in HF_CMD_HANDLER() argument
|
/hal_espressif-3.5.0/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 17 Before submitting a new issue, please follow the checklist and try to find the answer.
|
/hal_espressif-3.5.0/examples/protocols/sockets/ |
D | README.md | 13 …uccessfully established, the application sends message and waits for the answer. After the server'…
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/ |
D | README.md | 184 You can type `ac` to answer an incoming call and log prints such as: 238 - `<btrh>` : 0 - hold current call, 1 - answer held call, 2 - end held call.
|
/hal_espressif-3.5.0/examples/protocols/sntp/ |
D | README.md | 62 - `update time immediately when received` - update time immediately as received an answer from SNTP…
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/ |
D | README.md | 152 You can type `ac` to answer an incoming call and log prints such as:
|
/hal_espressif-3.5.0/examples/storage/spiffsgen/spiffs_image/sub/ |
D | alice.txt | 122 bats eat cats?’ for, you see, as she couldn’t answer either question, 428 answer, so Alice went on eagerly: ‘There is such a nice little dog near 540 This question the Dodo could not answer without a great deal of thought, 1298 But at any rate he might answer questions.--How am I to get in?’ she 1613 ‘Do you mean that you think you can find out the answer to it?’ said the 1683 ‘No, I give it up,’ Alice replied: ‘what’s the answer?’ 1858 This answer so confused poor Alice, that she let the Dormouse go on for 2666 answer. ‘They’re done with blacking, I believe.’ 2922 reduced the answer to shillings and pence.
|
/hal_espressif-3.5.0/docs/en/api-guides/esp-ble-mesh/ |
D | ble-mesh-faq.rst | 14 Users could refer to the sections for quick answer to their questions. This document will be update…
|
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 581 Since there is no single optimal answer, this configuration
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | build-system.rst | 882 This answer is adapted from the `CMake FAQ entry <cmake faq generated files_>`_, which contains som…
|