Home
last modified time | relevance | path

Searched refs:hdr_buf (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_h4.c30 uint8_t hdr_buf[HCI_ACL_HDR_LEN]; member
79 switch (hci_h4.hdr_buf[0]) in hci_h4_alloc_buf()
104 memcpy(hci_h4.rx_buf + offset, hci_h4.hdr_buf, hci_h4.hdr_len); in hci_h4_alloc_buf()
109 hci_h4.rx_buf[0] = hci_h4.hdr_buf[0]; in hci_h4_alloc_buf()
146 rx_len = hci_tp_recv(&hci_h4.hdr_buf[hci_h4.hdr_offset], 1); in hci_h4_recv()
158 switch (hci_h4.hdr_buf[0]) in hci_h4_recv()
169 HCI_PRINT_ERROR1("hci_h4_recv: invalid pkt type %u", hci_h4.hdr_buf[0]); in hci_h4_recv()
178 switch (hci_h4.hdr_buf[0]) in hci_h4_recv()
181 LE_ARRAY_TO_UINT16(hci_h4.payload_len, &hci_h4.hdr_buf[3]); in hci_h4_recv()
189 hci_h4.payload_len = (uint16_t)hci_h4.hdr_buf[2]; in hci_h4_recv()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dmakefsdata.c156 char hdr_buf[4096]; variable
822 memset(hdr_buf, 0, sizeof(hdr_buf)); in file_write_http_header()
851 memcpy(&hdr_buf[hdr_len], cur_string, cur_len); in file_write_http_header()
861 memcpy(&hdr_buf[hdr_len], cur_string, cur_len); in file_write_http_header()
901 memcpy(&hdr_buf[hdr_len], cur_string, cur_len); in file_write_http_header()
911 memcpy(&hdr_buf[hdr_len], intbuf, cur_len); in file_write_http_header()
937 memcpy(&hdr_buf[hdr_len], cur_string, cur_len); in file_write_http_header()
947 memcpy(&hdr_buf[hdr_len], modbuf, cur_len); in file_write_http_header()
966 memcpy(&hdr_buf[hdr_len], cur_string, cur_len); in file_write_http_header()
995 memcpy(&hdr_buf[hdr_len], cur_string, cur_len); in file_write_http_header()
[all …]

Completed in 14 milliseconds