Home
last modified time | relevance | path

Searched defs:req_hdr (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/smp/src/
Dsmp.c80 static void smp_make_rsp_hdr(const struct smp_hdr *req_hdr, struct smp_hdr *rsp_hdr, size_t len) in smp_make_rsp_hdr()
113 static int smp_build_err_rsp(struct smp_streamer *streamer, const struct smp_hdr *req_hdr, in smp_build_err_rsp()
159 static int smp_handle_single_payload(struct smp_streamer *cbuf, const struct smp_hdr *req_hdr) in smp_handle_single_payload()
274 static int smp_handle_single_req(struct smp_streamer *streamer, const struct smp_hdr *req_hdr, in smp_handle_single_req()
333 static void smp_on_err(struct smp_streamer *streamer, const struct smp_hdr *req_hdr, in smp_on_err()
383 struct smp_hdr req_hdr = { 0 }; in smp_process_request_packet() local
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c663 struct gptp_hdr *hdr, *req_hdr; in gptp_handle_pdelay_resp() local
714 struct gptp_hdr *hdr, *req_hdr, *resp_hdr; in gptp_handle_pdelay_follow_up() local
/Zephyr-latest/tests/net/arp/src/
Dmain.c227 struct net_arp_hdr *hdr, *req_hdr; in prepare_arp_request() local