Home
last modified time | relevance | path

Searched defs:header (Results 1 – 25 of 29) sorted by relevance

12

/subsys/net/lib/dns/
A Ddns_pack.h186 static inline int dns_header_id(uint8_t *header) in dns_header_id()
201 static inline int dns_header_qr(uint8_t *header) in dns_header_qr()
207 static inline int dns_header_opcode(uint8_t *header) in dns_header_opcode()
213 static inline int dns_header_aa(uint8_t *header) in dns_header_aa()
219 static inline int dns_header_tc(uint8_t *header) in dns_header_tc()
225 static inline int dns_header_rd(uint8_t *header) in dns_header_rd()
231 static inline int dns_header_ra(uint8_t *header) in dns_header_ra()
237 static inline int dns_header_z(uint8_t *header) in dns_header_z()
243 static inline int dns_header_rcode(uint8_t *header) in dns_header_rcode()
249 static inline int dns_header_qdcount(uint8_t *header) in dns_header_qdcount()
[all …]
/subsys/net/lib/http/
A Dhttp_hpack.c207 struct http_hpack_header_buf *header) in hpack_huffman_decode()
235 struct http_hpack_header_buf *header) in hpack_string_decode()
285 struct http_hpack_header_buf *header) in hpack_handle_indexed()
319 struct http_hpack_header_buf *header, in hpack_handle_literal()
375 struct http_hpack_header_buf *header) in hpack_handle_literal_index()
384 struct http_hpack_header_buf *header) in hpack_handle_literal_no_index()
407 struct http_hpack_header_buf *header) in http_hpack_decode_header()
485 struct http_hpack_header_buf *header) in hpack_string_encode()
533 struct http_hpack_header_buf *header) in hpack_encode_literal()
568 struct http_hpack_header_buf *header) in hpack_encode_literal_value()
[all …]
A Dhttp_server_http2.c1342 struct http_hpack_header_buf *header) in process_header()
1561 struct http_hpack_header_buf *header = &client->header_field; in handle_http_frame_headers() local
/subsys/usb/usb_c/
A Dusbc_pe_snk_states.c162 union pd_header header; in pe_snk_wait_for_capabilities_run() local
204 union pd_header header; in pe_snk_evaluate_capability_entry() local
258 union pd_header header; in pe_snk_select_capability_run() local
357 union pd_header header; in pe_snk_transition_sink_run() local
435 union pd_header header = prl_rx->emsg.header; in pe_snk_ready_run() local
667 union pd_header header; in pe_snk_get_source_cap_run() local
A Dusbc_pe_common.c543 bool received_control_message(const struct device *dev, const union pd_header header, in received_control_message()
559 bool received_data_message(const struct device *dev, const union pd_header header, in received_data_message()
823 union pd_header header; in pe_drs_send_swap_run() local
905 union pd_header header; in pe_get_sink_cap_run() local
1053 union pd_header header; in pe_send_soft_reset_run() local
A Dusbc_pe_src_states.c231 union pd_header header = prl_rx->emsg.header; in pe_src_send_capabilities_run() local
399 union pd_header header = prl_rx->emsg.header; in pe_src_ready_run() local
A Dusbc_prl.c454 union pd_header header; in get_sop_star_header() local
/subsys/retention/
A Dblinfo_mcuboot.c27 struct shared_data_tlv_header header; in blinfo_lookup() local
129 struct shared_data_tlv_header header; in blinfo_init() local
/subsys/net/l2/ethernet/dsa/
A Ddsa_tag_netc.c32 struct dsa_tag_netc_to_host_header *header; in dsa_tag_netc_recv() local
58 struct dsa_tag_netc_to_port_header *header; in dsa_tag_netc_xmit() local
/subsys/modbus/
A Dmodbus_raw.c79 void modbus_raw_put_header(const struct modbus_adu *adu, uint8_t *header) in modbus_raw_put_header()
90 void modbus_raw_get_header(struct modbus_adu *adu, const uint8_t *header) in modbus_raw_get_header()
/subsys/mgmt/hawkbit/
A Dhawkbit_firmware.c13 struct mcuboot_img_header header; in hawkbit_get_firmware_version() local
/subsys/mgmt/updatehub/
A Dupdatehub_firmware.c19 struct mcuboot_img_header header; in updatehub_get_firmware_version() local
/subsys/usb/device/class/audio/
A Daudio.c227 struct cs_ac_if_descriptor *header; in fix_fu_descriptors() local
310 struct cs_ac_if_descriptor *header; in audio_interface_config() local
397 const struct cs_ac_if_descriptor *header; in is_entity_valid() local
469 const struct cs_ac_if_descriptor *header; in is_interface_valid() local
771 const struct cs_ac_if_descriptor *header; in audio_custom_handler() local
984 const struct cs_ac_if_descriptor *header = in usb_audio_register() local
/subsys/net/lib/ptp/
A Dmsg.c76 static int msg_header_post_recv(struct ptp_header *header) in msg_header_post_recv()
92 static void msg_header_pre_send(struct ptp_header *header) in msg_header_pre_send()
A Dmsg.h258 struct ptp_header header; member
/subsys/net/lib/wifi_credentials/
A Dwifi_credentials.c195 struct wifi_credentials_header *header; in wifi_credentials_set_personal() local
264 struct wifi_credentials_header *header; in wifi_credentials_get_by_ssid_personal() local
/subsys/input/
A Dinput_utils.c131 static void kbd_matrix_state_log_entry(char *header, kbd_row_t *data) in kbd_matrix_state_log_entry()
/subsys/net/ip/
A Dtp_priv.h46 uint32_t header; member
A Dipv6.c446 static uint8_t extension_to_bitmap(uint8_t header, uint8_t ext_bitmap) in extension_to_bitmap()
/subsys/mgmt/mcumgr/smp_client/src/
A Dclient.c66 static void smp_header_init(struct smp_hdr *header, uint16_t group, uint8_t id, uint8_t op, in smp_header_init()
/subsys/net/lib/websocket/
A Dwebsocket.c608 uint8_t *header, size_t header_len, in websocket_prepare_and_send()
660 uint8_t header[MAX_HEADER_LEN], hdr_len = 2; in websocket_send_msg() local
/subsys/dfu/boot/
A Dmcuboot.c271 struct mcuboot_img_header *header, in boot_read_bank_header()
/subsys/mgmt/ec_host_cmd/backends/
A Dec_host_cmd_backend_spi_stm32.c265 static int expected_size(const struct ec_host_cmd_request_header *header) in expected_size()
/subsys/fs/virtiofs/
A Dvirtiofs.c41 const struct fuse_out_header *header, uint32_t opcode, uint32_t used_len, in virtiofs_validate_response()
/subsys/usb/device_next/class/
A Dusbd_cdc_ncm.c146 struct usb_setup_packet header; member
150 struct usb_setup_packet header; member

Completed in 49 milliseconds

12