Home
last modified time | relevance | path

Searched defs:nb (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_client/src/
Dsmp_transport_stub.c20 void smp_transport_read_hdr(const struct net_buf *nb, struct smp_hdr *dst_hdr) in smp_transport_read_hdr()
30 static uint16_t smp_uart_get_mtu(const struct net_buf *nb) in smp_uart_get_mtu()
35 static int smp_uart_tx_pkt(struct net_buf *nb) in smp_uart_tx_pkt()
Dmain.c28 int smp_client_res_cb(struct net_buf *nb, void *user_data) in smp_client_res_cb()
61 struct net_buf *nb; in ZTEST() local
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/src/
Dos_mgmt_client.c43 static int reset_res_fn(struct net_buf *nb, void *user_data) in reset_res_fn()
56 struct net_buf *nb; in os_mgmt_client_reset() local
89 static int echo_res_fn(struct net_buf *nb, void *user_data) in echo_res_fn()
124 struct net_buf *nb; in os_mgmt_client_echo() local
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_uart.c43 struct net_buf *nb; in smp_uart_process_frag() local
81 static uint16_t smp_uart_get_mtu(const struct net_buf *nb) in smp_uart_get_mtu()
86 static int smp_uart_tx_pkt(struct net_buf *nb) in smp_uart_tx_pkt()
Dsmp.c51 void smp_packet_free(struct net_buf *nb) in smp_packet_free()
110 smp_process_packet(struct smp_transport *smpt, struct net_buf *nb) in smp_process_packet()
134 struct net_buf *nb; in smp_handle_reqs() local
200 smp_rx_req(struct smp_transport *smpt, struct net_buf *nb) in smp_rx_req()
215 struct net_buf *nb; in smp_rx_remove_invalid() local
254 struct net_buf *nb; in smp_rx_clear() local
Dsmp_lorawan.c50 struct net_buf *nb; member
181 static int smp_lorawan_uplink(struct net_buf *nb) in smp_lorawan_uplink()
222 static uint16_t smp_lorawan_get_mtu(const struct net_buf *nb) in smp_lorawan_get_mtu()
Dsmp_shell.c189 struct net_buf *nb; in smp_shell_process() local
208 static uint16_t smp_shell_get_mtu(const struct net_buf *nb) in smp_shell_get_mtu()
226 static int smp_shell_tx_pkt(struct net_buf *nb) in smp_shell_tx_pkt()
Dsmp_udp.c98 static int smp_udp4_tx(struct net_buf *nb) in smp_udp4_tx()
122 static int smp_udp6_tx(struct net_buf *nb) in smp_udp6_tx()
145 static uint16_t smp_udp_get_mtu(const struct net_buf *nb) in smp_udp_get_mtu()
250 struct net_buf *nb; in smp_udp_receive_thread() local
Dsmp_dummy.c92 struct net_buf *nb; in smp_dummy_process_frag() local
118 struct net_buf *nb; in smp_dummy_process_frag_outgoing() local
153 static uint16_t smp_dummy_get_mtu(const struct net_buf *nb) in smp_dummy_get_mtu()
178 static int smp_dummy_tx_pkt_int(struct net_buf *nb) in smp_dummy_tx_pkt_int()
361 struct net_buf *nb; in mcumgr_dummy_process_frag() local
446 struct net_buf *nb; in mcumgr_dummy_process_frag_outgoing() local
Dsmp_bt.c315 struct net_buf *nb; in smp_bt_chr_write() local
391 static struct bt_conn *smp_bt_conn_from_pkt(const struct net_buf *nb) in smp_bt_conn_from_pkt()
406 static uint16_t smp_bt_get_mtu(const struct net_buf *nb) in smp_bt_get_mtu()
448 static int smp_bt_tx_pkt(struct net_buf *nb) in smp_bt_tx_pkt()
632 static bool smp_bt_query_valid_check(struct net_buf *nb, void *arg) in smp_bt_query_valid_check()
Dserial_util.c72 struct net_buf *nb; in mcumgr_serial_process_frag() local
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dos_gr_stub.c32 struct net_buf *nb; in os_reset_response() local
42 struct net_buf *nb; in os_echo_response() local
72 void os_echo_verify(struct net_buf *nb) in os_echo_verify()
Dimg_gr_stub.c43 struct net_buf *nb; in img_upload_response() local
76 struct net_buf *nb; in img_fail_response() local
100 struct net_buf *nb; in img_read_response() local
149 struct net_buf *nb; in img_erase_response() local
171 void img_state_write_verify(struct net_buf *nb) in img_state_write_verify()
220 void img_upload_init_verify(struct net_buf *nb) in img_upload_init_verify()
Dsmp_stub.c58 void smp_transport_read_hdr(const struct net_buf *nb, struct smp_hdr *dst_hdr) in smp_transport_read_hdr()
66 static uint16_t smp_uart_get_mtu(const struct net_buf *nb) in smp_uart_get_mtu()
71 static int smp_uart_tx_pkt(struct net_buf *nb) in smp_uart_tx_pkt()
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/src/
Dclient.c29 struct net_buf *nb; member
56 struct net_buf *nb; in smp_client_handle_reqs() local
227 int smp_client_single_response(struct net_buf *nb, const struct smp_hdr *res_hdr) in smp_client_single_response()
256 struct net_buf *nb; in smp_client_buf_allocation() local
271 void smp_client_buf_free(struct net_buf *nb) in smp_client_buf_free()
276 static void smp_read_hdr(const struct net_buf *nb, struct smp_hdr *dst_hdr) in smp_read_hdr()
283 int smp_client_send_cmd(struct smp_client_object *smp_client, struct net_buf *nb, in smp_client_send_cmd()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c47 static int image_state_res_fn(struct net_buf *nb, void *user_data) in image_state_res_fn()
187 static int image_upload_res_fn(struct net_buf *nb, void *user_data) in image_upload_res_fn()
221 static int erase_res_fn(struct net_buf *nb, void *user_data) in erase_res_fn()
334 struct net_buf *nb; in img_mgmt_client_upload() local
455 struct net_buf *nb; in img_mgmt_client_state_write() local
520 struct net_buf *nb; in img_mgmt_client_state_read() local
568 struct net_buf *nb; in img_mgmt_client_erase() local
/Zephyr-latest/include/zephyr/mgmt/mcumgr/smp/
Dsmp.h48 struct net_buf *nb; member
56 struct net_buf *nb; member
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_echo/src/
Dmain.c39 struct net_buf *nb; in ZTEST() local
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_radio_csma_ca.c41 for (uint8_t nb = 0U; nb <= CONFIG_NET_L2_IEEE802154_RADIO_CSMA_CA_MAX_BO; nb++) { in unslotted_csma_ca_channel_access() local
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/
Dserial.h32 struct net_buf *nb; member
/Zephyr-latest/subsys/mgmt/mcumgr/smp/src/
Dsmp.c52 static void cbor_nb_reader_init(struct cbor_nb_reader *cnr, struct net_buf *nb) in cbor_nb_reader_init()
59 static void cbor_nb_writer_init(struct cbor_nb_writer *cnw, struct net_buf *nb) in cbor_nb_writer_init()
94 static int smp_read_hdr(const struct net_buf *nb, struct smp_hdr *dst_hdr) in smp_read_hdr()
/Zephyr-latest/tests/benchmarks/sched_userspace/src/
Dapp_threads.h25 #define DEFINE_THREADS_HELPER(nb) \ argument
/Zephyr-latest/tests/lib/multi_heap/src/
Dtest_mheap_api.c71 int nb; in ZTEST() local
107 size_t nb; in ZTEST() local
/Zephyr-latest/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/src/
Dmain.c36 struct net_buf *nb; in ZTEST() local
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/
Dlimited.c30 static struct net_buf *nb; variable

12