Home
last modified time | relevance | path

Searched defs:streamer (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/smp/src/
Dsmp.c107 static inline int smp_write_hdr(struct smp_streamer *streamer, const struct smp_hdr *src_hdr) in smp_write_hdr()
113 static int smp_build_err_rsp(struct smp_streamer *streamer, const struct smp_hdr *req_hdr, in smp_build_err_rsp()
274 static int smp_handle_single_req(struct smp_streamer *streamer, const struct smp_hdr *req_hdr, in smp_handle_single_req()
339 static void smp_on_err(struct smp_streamer *streamer, const struct smp_hdr *req_hdr, in smp_on_err()
387 int smp_process_request_packet(struct smp_streamer *streamer, void *vreq) in smp_process_request_packet()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp.c114 struct smp_streamer streamer; in smp_process_packet() local