Home
last modified time | relevance | path

Searched refs:bt_mesh_net_rx (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dfriend.h21 void bt_mesh_friend_enqueue_rx(struct bt_mesh_net_rx *rx,
37 int bt_mesh_friend_poll(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf);
38 int bt_mesh_friend_req(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf);
39 int bt_mesh_friend_clear(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf);
40 int bt_mesh_friend_clear_cfm(struct bt_mesh_net_rx *rx,
42 int bt_mesh_friend_sub_add(struct bt_mesh_net_rx *rx,
44 int bt_mesh_friend_sub_rem(struct bt_mesh_net_rx *rx,
Dlpn.h7 int bt_mesh_lpn_friend_update(struct bt_mesh_net_rx *rx,
9 int bt_mesh_lpn_friend_offer(struct bt_mesh_net_rx *rx,
11 int bt_mesh_lpn_friend_clear_cfm(struct bt_mesh_net_rx *rx,
13 int bt_mesh_lpn_friend_sub_cfm(struct bt_mesh_net_rx *rx,
45 void bt_mesh_lpn_msg_received(struct bt_mesh_net_rx *rx);
Drpl.h25 bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx, struct bt_mesh_rpl **match, bool bridge);
28 struct bt_mesh_net_rx *rx);
Dapp_keys.h57 struct bt_mesh_net_rx *rx,
58 int (*cb)(struct bt_mesh_net_rx *rx,
Dsubnet.h29 struct bt_mesh_net_rx;
195 bool bt_mesh_net_cred_find(struct bt_mesh_net_rx *rx, struct net_buf_simple *in,
197 bool (*cb)(struct bt_mesh_net_rx *rx,
Dheartbeat.h32 int bt_mesh_hb_recv(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf);
Dnet.h261 struct bt_mesh_net_rx { struct
306 struct bt_mesh_net_rx *rx, struct net_buf_simple *out);
318 struct bt_mesh_net_rx *rx);
Dtransport.h101 int bt_mesh_trans_recv(struct net_buf_simple *buf, struct bt_mesh_net_rx *rx);
Dnet.c62 struct bt_mesh_net_rx *rx;
169 static void msg_cache_add(struct bt_mesh_net_rx *rx) in msg_cache_add()
404 struct bt_mesh_net_rx rx = { in bt_mesh_net_local()
622 static bool net_decrypt(struct bt_mesh_net_rx *rx, struct net_buf_simple *in, in net_decrypt()
685 static void bt_mesh_net_relay(struct net_buf_simple *sbuf, struct bt_mesh_net_rx *rx, bool bridge) in bt_mesh_net_relay()
795 struct bt_mesh_net_rx *rx) in bt_mesh_net_header_parse()
806 struct bt_mesh_net_rx *rx, struct net_buf_simple *out) in bt_mesh_net_decode()
868 struct bt_mesh_net_rx rx = { .ctx.recv_rssi = rssi }; in bt_mesh_net_recv()
Drpl.c86 struct bt_mesh_net_rx *rx) in bt_mesh_rpl_update()
110 bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx, struct bt_mesh_rpl **match, bool bridge) in bt_mesh_rpl_check()
Dtransport.c743 static int sdu_try_decrypt(struct bt_mesh_net_rx *rx, const struct bt_mesh_key *key, in sdu_try_decrypt()
777 static int sdu_recv(struct bt_mesh_net_rx *rx, uint8_t hdr, uint8_t aszmic, in sdu_recv()
846 static int trans_ack(struct bt_mesh_net_rx *rx, uint8_t hdr, in trans_ack()
958 static int ctl_recv(struct bt_mesh_net_rx *rx, uint8_t hdr, in ctl_recv()
1023 static int trans_unseg(struct net_buf_simple *buf, struct bt_mesh_net_rx *rx, in trans_unseg()
1237 static struct seg_rx *seg_rx_find(struct bt_mesh_net_rx *net_rx, in seg_rx_find()
1273 static bool seg_rx_is_valid(struct seg_rx *rx, struct bt_mesh_net_rx *net_rx, in seg_rx_is_valid()
1294 static struct seg_rx *seg_rx_alloc(struct bt_mesh_net_rx *net_rx, in seg_rx_alloc()
1334 static int trans_seg(struct net_buf_simple *buf, struct bt_mesh_net_rx *net_rx, in trans_seg()
1614 int bt_mesh_trans_recv(struct net_buf_simple *buf, struct bt_mesh_net_rx *rx) in bt_mesh_trans_recv()
Dfriend.c249 int bt_mesh_friend_clear(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_friend_clear()
382 struct bt_mesh_net_rx net = { in unseg_app_sdu_unpack()
624 int bt_mesh_friend_sub_add(struct bt_mesh_net_rx *rx, in bt_mesh_friend_sub_add()
659 int bt_mesh_friend_sub_rem(struct bt_mesh_net_rx *rx, in bt_mesh_friend_sub_rem()
713 int bt_mesh_friend_poll(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_friend_poll()
868 int bt_mesh_friend_clear_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_friend_clear_cfm()
974 int bt_mesh_friend_req(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_friend_req()
1428 struct bt_mesh_net_rx *rx, in friend_lpn_enqueue_rx()
1648 struct bt_mesh_net_rx rx; in friend_queue_check_dup()
1697 void bt_mesh_friend_enqueue_rx(struct bt_mesh_net_rx *rx, in bt_mesh_friend_enqueue_rx()
Dlpn.c586 void bt_mesh_lpn_msg_received(struct bt_mesh_net_rx *rx) in bt_mesh_lpn_msg_received()
625 int bt_mesh_lpn_friend_offer(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_offer()
694 int bt_mesh_lpn_friend_clear_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_clear_cfm()
985 int bt_mesh_lpn_friend_sub_cfm(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_sub_cfm()
1045 int bt_mesh_lpn_friend_update(struct bt_mesh_net_rx *rx, in bt_mesh_lpn_friend_update()
Dapp_keys.c536 struct bt_mesh_net_rx *rx, in bt_mesh_app_key_find()
537 int (*cb)(struct bt_mesh_net_rx *rx, in bt_mesh_app_key_find()
Dproxy_srv.c179 struct bt_mesh_net_rx *rx, in send_filter_status()
228 struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in proxy_filter_recv()
268 struct bt_mesh_net_rx rx; in proxy_cfg()
Dheartbeat.c190 int bt_mesh_hb_recv(struct bt_mesh_net_rx *rx, struct net_buf_simple *buf) in bt_mesh_hb_recv()
Dsubnet.c882 bool bt_mesh_net_cred_find(struct bt_mesh_net_rx *rx, struct net_buf_simple *in, in bt_mesh_net_cred_find()
884 bool (*cb)(struct bt_mesh_net_rx *rx, in bt_mesh_net_cred_find()
/Zephyr-latest/tests/bluetooth/mesh/rpl/src/
Dmain.c28 static struct bt_mesh_net_rx recv_msg;
53 struct bt_mesh_net_rx msg = { in prepare_rpl_and_start_reset()
75 struct bt_mesh_net_rx msg = { in prepare_rpl_and_start_reset()
96 struct bt_mesh_net_rx msg = { in check_entries_from_test_vector()
122 struct bt_mesh_net_rx msg = { in check_empty_entries()
135 struct bt_mesh_net_rx msg = { in check_empty_entries()
463 struct bt_mesh_net_rx msg = { in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_replay_cache.c378 struct bt_mesh_net_rx rx = { in test_rx_rpl_frag()
452 struct bt_mesh_net_rx rx = { in test_rx_reboot_after_defrag()