Home
last modified time | relevance | path

Searched refs:response (Results 1 – 25 of 26) sorted by relevance

12

/components/drivers/spi/
A Ddev_spi_msd.c143 uint8_t *response in _send_cmd() argument
184 message.recv_buf = response; in _send_cmd()
245 response[1] = recv_buffer[0]; in _send_cmd()
257 response[1] = recv_buffer[0]; in _send_cmd()
413 uint8_t response; in _write_block() local
426 if (response != MSD_DATA_OK) in _write_block()
552 response[0], response[1], response[2], response[3], response[4]); in rt_msd_init()
569 if ((0xAA == response[4]) && (0x00 == response[3])) in rt_msd_init()
617 OCR = response[1]; in rt_msd_init()
780 OCR = response[1]; in rt_msd_init()
[all …]
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dchpms.c128 u_char *response /* OUT 24 octets */
135 MS_ChapResponse *response
145 u_char *response /* OUT 24 octets */) in ChallengeResponse() argument
156 DesEncrypt(challenge, ZPasswordHash + 0, response + 0); in ChallengeResponse()
309 MS_ChapResponse *response) in ChapMS_NT() argument
348 MS_ChapResponse *response) in ChapMS_LANMan() argument
368 MS_ChapResponse response; in ChapMS() local
376 BZERO(&response, sizeof(response)); in ChapMS()
385 response.UseNT = !ms_lanman; in ChapMS()
387 response.UseNT = 1; in ChapMS()
[all …]
A Dchap.h114 u_char response[MAX_RESPONSE_LENGTH]; /* Response to send */ member
A Dchap.c497 BCOPY(hash, cstate->response, MD5_SIGNATURE_SIZE); in ChapReceiveChallenge()
828 BCOPY(cstate->response, outp, md_len); /* copy MD to buffer */ in ChapSendResponse()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dchap_ms.c260 response_len = *response++; in chapms_verify_response()
265 if (!response[MS_CHAP_USENT]) { in chapms_verify_response()
277 if (!response[MS_CHAP_USENT]) in chapms_verify_response()
307 response_len = *response++; in chapms2_verify_response()
338 if (response[MS_CHAP2_FLAGS]) in chapms2_verify_response()
381 *response++ = MS_CHAP_RESPONSE_LEN; in chapms_make_response()
498 u_char response[24]) { in ChallengeResponse()
613 unsigned char *response) { in ChapMS_LANMan() argument
839 unsigned char *response) { in ChapMS() argument
849 &response[MS_CHAP_LANMANRESP]); in ChapMS()
[all …]
A Dchap-md5.c63 const unsigned char *challenge, const unsigned char *response, in chap_md5_verify_response() argument
73 response_len = *response++; in chap_md5_verify_response()
85 if (memcmp(hash, response, MD5_HASH_SIZE) == 0) { in chap_md5_verify_response()
95 static void chap_md5_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_n… in chap_md5_make_response() argument
110 lwip_md5_finish(&ctx, &response[1]); in chap_md5_make_response()
112 response[0] = MD5_HASH_SIZE; in chap_md5_make_response()
A Dchap-new.c56 const unsigned char *challenge, const unsigned char *response,
97 const unsigned char *challenge, const unsigned char *response,
285 const unsigned char *response; local
301 response = pkt;
330 response, pcb->chap_server.message, sizeof(pcb->chap_server.message));
334 response, message, sizeof(message));
413 const unsigned char *challenge, const unsigned char *response, argument
425 response, message, message_space);
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dchap_ms.c260 response_len = *response++; in chapms_verify_response()
265 if (!response[MS_CHAP_USENT]) { in chapms_verify_response()
277 if (!response[MS_CHAP_USENT]) in chapms_verify_response()
307 response_len = *response++; in chapms2_verify_response()
338 if (response[MS_CHAP2_FLAGS]) in chapms2_verify_response()
381 *response++ = MS_CHAP_RESPONSE_LEN; in chapms_make_response()
498 u_char response[24]) { in ChallengeResponse()
613 unsigned char *response) { in ChapMS_LANMan() argument
839 unsigned char *response) { in ChapMS() argument
849 &response[MS_CHAP_LANMANRESP]); in ChapMS()
[all …]
A Dchap-md5.c63 const unsigned char *challenge, const unsigned char *response, in chap_md5_verify_response() argument
73 response_len = *response++; in chap_md5_verify_response()
85 if (memcmp(hash, response, MD5_HASH_SIZE) == 0) { in chap_md5_verify_response()
95 static void chap_md5_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_n… in chap_md5_make_response() argument
110 lwip_md5_finish(&ctx, &response[1]); in chap_md5_make_response()
112 response[0] = MD5_HASH_SIZE; in chap_md5_make_response()
A Dchap-new.c56 const unsigned char *challenge, const unsigned char *response,
97 const unsigned char *challenge, const unsigned char *response,
285 const unsigned char *response; local
301 response = pkt;
330 response, pcb->chap_server.message, sizeof(pcb->chap_server.message));
334 response, message, sizeof(message));
413 const unsigned char *challenge, const unsigned char *response, argument
425 response, message, message_space);
/components/legacy/usb/usbdevice/class/
A Drndis.c324 rt_free(response); in _rndis_init_response()
347 response->buffer = resp; in _rndis_init_response()
385 *response = value; in _set_resp()
528 rt_free(response); in _rndis_query_response()
543 response->buffer = resp; in _rndis_query_response()
567 rt_free(response); in _rndis_set_response()
608 response->buffer = resp; in _rndis_set_response()
658 response->buffer = resp; in _rndis_reset_response()
694 response->buffer = resp; in _rndis_keepalive_response()
803 rt_free(response); in _rndis_get_encapsulated_response()
[all …]
/components/mm/
A Dmm_anon.c240 char *page_va = msg->response.vaddr; in _map_page_in_varea()
278 rt_mm_fault_res_init(&msg.response); in _get_page_from_backup()
286 rc = msg.response.vaddr; in _get_page_from_backup()
343 msg->response.vaddr = frame_ka; in _fetch_page_for_varea()
344 msg->response.size = ARCH_PAGE_SIZE; in _fetch_page_for_varea()
371 iomsg->response.status = MM_FAULT_STATUS_OK; in read_by_mte()
386 rt_mm_fault_res_init(&msg.response); in _anon_page_read()
406 iomsg->response.status = MM_FAULT_STATUS_OK; in write_by_mte()
426 rt_mm_fault_res_init(&msg.response); in _anon_page_write()
523 msg->response.vaddr = page; in _override_map()
[all …]
A Dmm_object.c46 msg->response.status = MM_FAULT_STATUS_OK; in on_page_fault()
47 msg->response.size = ARCH_PAGE_SIZE; in on_page_fault()
48 msg->response.vaddr = page; in on_page_fault()
90 msg->response.status = MM_FAULT_STATUS_OK; in page_read()
104 msg->response.status = MM_FAULT_STATUS_OK; in page_write()
A Dmm_fault.h88 struct rt_mm_fault_res response; member
100 struct rt_mm_fault_res response; member
116 rt_mm_fault_res_init(&io->response); in rt_mm_io_msg_init()
A Dmm_aspace.c178 msg->response.status = MM_FAULT_STATUS_UNRECOVERABLE; in _do_page_fault()
179 msg->response.vaddr = 0; in _do_page_fault()
180 msg->response.size = 0; in _do_page_fault()
190 if (msg->response.status == MM_FAULT_STATUS_OK) in rt_varea_map_with_msg()
196 char *store = msg->response.vaddr; in rt_varea_map_with_msg()
197 rt_size_t store_sz = msg->response.size; in rt_varea_map_with_msg()
228 else if (msg->response.status == MM_FAULT_STATUS_OK_MAPPED) in rt_varea_map_with_msg()
270 if (msg.response.status == MM_FAULT_STATUS_OK_MAPPED) in _do_prefetch()
273 vaddr += msg.response.size; in _do_prefetch()
274 off += msg.response.size >> ARCH_PAGE_SHIFT; in _do_prefetch()
[all …]
A Dmm_fault.c151 rt_mm_fault_res_init(&msg->response); in rt_aspace_fault_try_fix()
A Dmm_page.c106 msg->response.status = MM_FAULT_STATUS_OK; in on_page_fault()
107 msg->response.vaddr = (char *)init_mpr_cont_start + offset; in on_page_fault()
108 msg->response.size = ARCH_PAGE_SIZE; in on_page_fault()
/components/net/lwip/lwip-2.1.2/src/include/netif/ppp/
A Dchap-new.h142 const unsigned char *challenge, const unsigned char *response,
145 void (*make_response)(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name,
180 unsigned char *challenge, unsigned char *response,
/components/net/lwip/lwip-2.0.3/src/include/netif/ppp/
A Dchap-new.h138 const unsigned char *challenge, const unsigned char *response,
141 void (*make_response)(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name,
176 unsigned char *challenge, unsigned char *response,
/components/dfs/dfs_v2/src/
A Ddfs_file_mmap.c154 msg->response.status = MM_FAULT_STATUS_OK_MAPPED; in on_page_fault()
155 msg->response.size = ARCH_PAGE_SIZE; in on_page_fault()
156 msg->response.vaddr = page; in on_page_fault()
273 msg->response.status = MM_FAULT_STATUS_OK; in page_read()
311 msg->response.status = MM_FAULT_STATUS_OK; in page_write()
/components/lwp/
A Dlwp_shm.c71 msg->response.status = MM_FAULT_STATUS_OK_MAPPED; in on_shm_page_fault()
72 msg->response.size = shm->size; in on_shm_page_fault()
73 msg->response.vaddr = page; in on_shm_page_fault()
A Dlwp_user_mm.c66 msg->response.status = MM_FAULT_STATUS_OK; in _null_page_fault()
67 msg->response.size = ARCH_PAGE_SIZE; in _null_page_fault()
68 msg->response.vaddr = null_page; in _null_page_fault()
109 msg->response.status = MM_FAULT_STATUS_OK; in _null_page_read()
116 msg->response.status = MM_FAULT_STATUS_UNRECOVERABLE; in _null_page_write()
/components/net/lwip/lwip-1.4.1/src/core/
A Ddns.c507 dns_compare_name(unsigned char *query, unsigned char *response) in dns_compare_name() argument
512 n = *response++; in dns_compare_name()
520 if ((*query) != (*response)) { in dns_compare_name()
523 ++response; in dns_compare_name()
529 } while (*response != 0); in dns_compare_name()
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG539 * dns.c: ignore dns response parsing errors, only abort resolving for correct
599 * dns.c: fixed bug #45004: dns response without answer might be discarded
1071 * msg_in.c, msg_out.c: fixed bug #35536 SNMP: error too big response is malformed
2114 * icmp.c, opt.h: patch #6539: (configurable) response to broadcast- and multicast
2561 copy dns payload to parse the response), return an error if there is no place
3339 echo response packet if the echo request pbuf isn't big enough.
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG792 * dns.c: ignore dns response parsing errors, only abort resolving for correct
852 * dns.c: fixed bug #45004: dns response without answer might be discarded
1324 * msg_in.c, msg_out.c: fixed bug #35536 SNMP: error too big response is malformed
2367 * icmp.c, opt.h: patch #6539: (configurable) response to broadcast- and multicast
2814 copy dns payload to parse the response), return an error if there is no place
3592 echo response packet if the echo request pbuf isn't big enough.

Completed in 52 milliseconds

12