Lines Matching refs:recv_dst
413 .recv_dst = DST(buf->data), in bt_mesh_net_local()
702 LOG_DBG("TTL %u CTL %u dst 0x%04x", rx->ctx.recv_ttl, rx->ctl, rx->ctx.recv_dst); in bt_mesh_net_relay()
754 bt_mesh_proxy_relay(adv, rx->ctx.recv_dst); in bt_mesh_net_relay()
802 rx->ctx.recv_dst = DST(buf->data); in bt_mesh_net_header_parse()
846 rx->ctx.recv_dst = DST(out->data); in bt_mesh_net_decode()
851 rx->ctx.recv_dst == BT_MESH_ADDR_UNASSIGNED) { in bt_mesh_net_decode()
856 LOG_DBG("src 0x%04x dst 0x%04x ttl %u", rx->ctx.addr, rx->ctx.recv_dst, rx->ctx.recv_ttl); in bt_mesh_net_decode()
889 rx.local_match = (bt_mesh_fixed_group_match(rx.ctx.recv_dst) || in bt_mesh_net_recv()
890 bt_mesh_has_addr(rx.ctx.recv_dst)); in bt_mesh_net_recv()
926 if (!BT_MESH_ADDR_IS_UNICAST(rx.ctx.recv_dst) || in bt_mesh_net_recv()
948 bt_mesh_brg_cfg_tbl_foreach_subnet(rx.ctx.addr, rx.ctx.recv_dst, rx.ctx.net_idx, in bt_mesh_net_recv()