Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.5.0/examples/protocols/http_server/captive_portal/main/
Ddns_server.c143 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/
Dmdns.c1039 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/
DREADME.md6 …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/
Dapp_hf_msg_set.c98 HF_CMD_HANDLER(answer) in HF_CMD_HANDLER() argument
/hal_espressif-3.5.0/.github/ISSUE_TEMPLATE/
Dbug_report.md17 Before submitting a new issue, please follow the checklist and try to find the answer.
/hal_espressif-3.5.0/examples/protocols/sockets/
DREADME.md13 …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/
DREADME.md184 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/
DREADME.md62 - `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/
DREADME.md152 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/
Dalice.txt122 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/
Dble-mesh-faq.rst14 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/
DKconfig.in581 Since there is no single optimal answer, this configuration
/hal_espressif-3.5.0/docs/en/api-guides/
Dbuild-system.rst882 This answer is adapted from the `CMake FAQ entry <cmake faq generated files_>`_, which contains som…