Searched refs:local_match (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bluetooth/mesh/rpl/src/ |
D | main.c | 54 .local_match = true, in prepare_rpl_and_start_reset() 76 .local_match = true, in prepare_rpl_and_start_reset() 97 .local_match = true, in check_entries_from_test_vector() 123 .local_match = true, in check_empty_entries() 136 .local_match = true, in check_empty_entries() 165 recv_msg.local_match = true; in call_rpl_check_on() 464 .local_match = true, in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_replay_cache.c | 382 .local_match = 1, in test_rx_rpl_frag() 456 .local_match = 1, in test_rx_reboot_after_defrag()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | net.h | 270 local_match:1, /* Matched a local element */ member
|
D | net.c | 422 .local_match = 1U, in bt_mesh_net_local() 889 rx.local_match = (bt_mesh_fixed_group_match(rx.ctx.recv_dst) || in bt_mesh_net_recv() 898 !rx.local_match) { in bt_mesh_net_recv() 927 (!rx.local_match && !rx.friend_match)) { in bt_mesh_net_recv()
|
D | transport.c | 797 if (!rx->local_match) { in sdu_recv() 870 } else if (!rx->local_match) { in trans_ack() 973 if (!rx->local_match) { in ctl_recv() 1458 net_rx->friend_match && !net_rx->local_match && in trans_seg() 1662 if (!rx->local_match && !rx->friend_match) { in bt_mesh_trans_recv() 1673 if (!rx->ctl && !rx->local_match && !rx->friend_match) { in bt_mesh_trans_recv()
|
D | rpl.c | 121 if (!rx->local_match && !bridge) { in bt_mesh_rpl_check()
|
D | proxy_srv.c | 278 rx.local_match = 1U; in proxy_cfg()
|